-
Notifications
You must be signed in to change notification settings - Fork 356
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
Added object detection using coco dataset with yolo v5 advanced deep learning model #1192
Conversation
…ng YOLO_v5.ipynb for convenience
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
@Panchadip-128 attach results in readme.md |
Sir, output is there but still added in Readme as well from my side |
@Niketkumardheeryan Sir I have added the result demo png in readme |
Sir requesting you to pls review @Niketkumardheeryan |
@Niketkumardheeryan Sir, i have tried to rectify the errors which might have been in |
This project implements an object detection system using YOLOv5, a cutting-edge real-time object detection model. The system is designed to identify and localize objects within images and video streams. Leveraging the COCO dataset for training, the project includes data preparation, model training, and evaluation.