-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Can we add null images (images without any label) in training and validation set for training any model? #16305
Comments
👋 Hello @Haseeeb21, thank you for reaching out with your questions on Ultralytics 🚀! It seems you're exploring the nuances of adding null images in your datasets. For new users, we recommend checking out the Docs where you can find many helpful examples and explanations. If this is a 🐛 Bug Report:Please ensure you provide a minimum reproducible example to help us understand the issue more clearly. For your ❓ Question:Please provide any additional context, such as sample images or configurations, to help us assist you better. It's also helpful to review our Tips for Best Training Results to ensure optimal performance. For a lively discussion and real-time support, you can join our Discord 🎧. For an in-depth exchange of ideas, the Discourse forum might be more suitable. You are also welcome to share insights and participate on our Subreddit. UpgradeTo ensure your issue isn't related to a version mismatch, please upgrade to the latest pip install -U ultralytics Make sure all requirements are satisfied in a Python>=3.8 environment with PyTorch>=1.8. EnvironmentsYOLOv8 runs smoothly in these verified environments (all dependencies like CUDA/CUDNN, Python, PyTorch are preinstalled):
StatusThis badge indicates the current passing status of our CI tests, verifying functionality across supported platforms and tasks. An Ultralytics engineer will assist you further shortly. Thanks for being part of our community! 🌟 |
|
Here it says the model skips the null images
|
@Haseeeb21 It doesn't. You can check the logs when it starts training. It will display the number of images it detected as "background". |
According to this it does, but if I add txt files it wouldn't skip. |
@Haseeeb21 Well, it doesn't. And you can check it for yourself pretty easily by checking the logs like I said. |
|
👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help. For additional resources and information, please see the links below:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLO 🚀 and Vision AI ⭐ |
Search before asking
Question
Let say I am training a model on specific single class and to reduce false positives can I add extra images without any labels in it like of background or something that the model will usually see.
@RizwanMunawar
@glenn-jocher
I have a few questions. Please answer them thoroughly. Thanks
Additional
No response
The text was updated successfully, but these errors were encountered: