-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
Failing at small detection !! #13401
Comments
👋 Hello @Manueljohnson063, thank you for your interest in YOLOv5 🚀! For improving the accuracy of your model, especially in distinguishing similar-looking objects, you might consider the following approaches:
If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it. This is an automated response, and an Ultralytics engineer will also assist you soon. If you have further questions or need more detailed assistance, please feel free to reply with additional information, such as your dataset examples and training logs. And don't miss out on the possibilities with the latest YOLOv8 🆕 for potentially enhanced performance in your project! Check out our docs for more info. Happy experimenting 🔍! |
@Manueljohnson063 to improve accuracy, consider increasing your dataset size with more diverse images, using data augmentation to enhance variability, and adjusting the confidence threshold to reduce false positives. You might also try training with a higher resolution or using a larger model like YOLOv5x for better feature extraction. |
Hai ,I have a yolov5s model downloaded from opensource.when i try to export it i am facing error Fusing layers... But the model is detecting face properly from web cam .The issue only come during exporting to onnx.Please give me the suggestion.... |
Search before asking
Question
Thank you for the great repository!
I’m currently working on a driver smoking detection project. I have trained my model with nearly 5,000 images; however, it mistakenly identifies light glare as a cigarette, due to the similarity in appearance. My model has only one class, labeled "cigarette." Could you suggest some modifications to improve its accuracy?@Glenn
Additional
No response
The text was updated successfully, but these errors were encountered: