Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Object Detection using COCO (refined) dataset with Advanced YOLO-v5 model #840

Closed
Panchadip-128 opened this issue Nov 9, 2024 · 2 comments · Fixed by #845
Assignees

Comments

@Panchadip-128
Copy link
Contributor

Is your feature request related to a problem? Please describe.

This project implements an object detection system using the YOLOv5 (You Only Look Once) model. YOLOv5 is a state-of-the-art, real-time object detection algorithm that is both fast and accurate. This system can detect multiple objects in images or video streams and can be further fine-tuned for custom datasets. It includes training the YOLOv5 model, evaluating it on a test dataset, and running real-time inference.

Describe the solution you'd like
Real-time object detection on images and video streams. Training the YOLOv5 model on custom datasets. Evaluation using key metrics such as Precision, Recall, Intersection over Union (IoU), and Mean Average Precision (mAP). Deployment for detecting objects in images and video streams (GPU requirements for this case is much preferrable) Model robustness testing with image augmentations.

Requirements:
Python 3.7+ PyTorch 1.7+ YOLOv5 (via the ultralytics/yolov5 repository) Common libraries: numpy opencv-python torch pillow matplotlib albumentations

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Approach to be followed (optional)
A clear and concise description of the approach to be followed.

Additional context
Add any other context or screenshots about the feature request here.

@Panchadip-128 Panchadip-128 added the enhancement New feature or request label Nov 9, 2024
Copy link

github-actions bot commented Nov 9, 2024

Thanks for creating the issue in ML-Nexus!🎉
Before you start working on your PR,
Pull the latest changes to avoid any merge conflicts.

  • Attach before & after screenshots in your PR for clarity.
  • Include the issue number in your PR description for better tracking.
    Happy open-source contributing!☺️

Copy link

github-actions bot commented Nov 9, 2024

Hello @Panchadip-128! Your issue #840 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant