How do you deal with missing or incomplete datasets in computer vision? #22548
Replies: 1 comment 3 replies
|
👋 Hello @Igor335566, thank you for starting this discussion 🚀! This is an automated response and an Ultralytics engineer will also assist soon. In the meantime, we recommend a visit to the Docs for new users where you can find many Python and CLI usage examples and where many of the most common questions may already be answered. If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. If this is a custom training ❓ Question, please provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results. Join the Ultralytics community where it suits you best. For real-time chat, head to Discord 🎧. Prefer in-depth discussions? Check out Discourse. Or dive into threads on our Subreddit to share knowledge with the community. UpgradeUpgrade to the latest pip install -U ultralyticsEnvironmentsYOLO may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):
Status
|
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone!
I’m curious how people here handle dataset shortages for object detection / segmentation projects (YOLO, Mask R-CNN, etc.).
A few quick questions:
How often do you run into a lack of good labeled data for your models?
What do you usually do when there’s no dataset that fits — collect real data, label manually, or use synthetic/simulated data?
Have you ever tried generating synthetic data (Unity, Unreal, etc.) — did it actually help?
Would love to hear how different teams or researchers deal with this.
All reactions