pooya-mohammadi/intro_to_yolo
In this repository, I aim at providing theoretical and practical notes for fully understanding Yolo models. Then, I show how to label a dataset which is downloaded from kaggle.com using makesense.ai to make it ready for training by yolo models
This project helps anyone who needs to train a custom image detection model, such as for identifying objects in photos or videos. It guides you through preparing your image datasets by manually labeling objects like car license plates. You'll go from raw images to a properly formatted dataset ready for training a 'You Only Look Once' (YOLO) object detection model. This is for machine learning practitioners, researchers, or data scientists looking to build specialized object detection systems.
No commits in the last 6 months.
Use this if you have a collection of images and need to create a labeled dataset to train an object detection model for a specific task.
Not ideal if you are looking for a pre-trained model or a fully automated labeling solution.
Stars
11
Forks
1
Language
—
License
MIT
Category
Last pushed
Aug 22, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/pooya-mohammadi/intro_to_yolo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
mindspore-lab/mindyolo
A toolbox of yolo models and algorithms based on MindSpore
ultralytics/assets
Ultralytics assets
stephanecharette/DarkHelp
C++ wrapper library for Darknet