-
Notifications
You must be signed in to change notification settings - Fork 287
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
Feat dataset generation #1217
Feat dataset generation #1217
Conversation
Ready to merge after final check |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #1217 +/- ##
==========================================
- Coverage 54.85% 54.32% -0.53%
==========================================
Files 399 405 +6
Lines 49139 49821 +682
==========================================
+ Hits 26955 27066 +111
- Misses 22184 22755 +571 ☔ View full report in Codecov by Sentry. |
This PR introduces a new script, that uses blenderproc to generate synthetic data from 3D models. This tool can be used to train a YoloV7 to detect certain objects. Other modalities, such as poses, depth, normal maps and segmentation can also be recovered.
The accompanying tutorial explains the different tunable parameters, how to run the script and how to use its output to train a YoloV7-tiny to detect the objects.
Before merging, some result videos should be uploaded to Youtube and added to the documentation to showcase the detection results.