-
Notifications
You must be signed in to change notification settings - Fork 151
Team A Wiki Entry on Training Darknet with a Custom Dataset #99
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
Conversation
Team A wiki contribution
Grace's Bonus Wiki Contribution
@@ -0,0 +1,130 @@ | |||
This is an article to teach you how to make your own dataset or where to find open-source datasets that are free to use and download. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing header information.
Capture your own images with a camera then create labels for each image that indicates the bounding boxes and IDs of the object class captured. | ||
|
||
*Option 1:* | ||
Create labels for all of the images using Yolo_mark [1]. The repo and instructions for use can be found here: <https://github.com/AlexeyAB/Yolo_mark>. These labels will be made in the darknet format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All links need to be in Markdown format. https://guides.github.com/features/mastering-markdown/
@@ -0,0 +1,290 @@ | |||
This serves as a tutorial for how to use YOLO and Darknet to train your system to detect classes of objects from a custom dataset. We go over installing darknet dependencies, accessing the darknet repository, configuring your dataset images and labels to work with darknet, editing config files to work with your dataset, training on darknet, and strategies to improve the mAP between training sessions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments as open-source-datasets.md
It looks like you're struggling with the Wiki's standards. The template should help you figure things out: https://raw.githubusercontent.com/RoboticsKnowledgebase/roboticsknowledgebase.github.io/master/_templates/template.md |
And you're in! Thanks for cleaning that up |
No description provided.