-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
Augmentation on Val Dataset #8949
Comments
@myasser63 you can run TTA (Test Time Augmentation) in detect.py and val.py with the --augment flag:
See TTA Tutorial for details: Tutorials
Good luck 🍀 and let us know if you have any other questions! |
I want to validate the model during training on the same augmentatio applied on training dataset in |
@myasser63 hi, thank you for your feature suggestion on how to improve YOLOv5 🚀! The fastest and easiest way to incorporate your ideas into the official codebase is to submit a Pull Request (PR) implementing your idea, and if applicable providing before and after profiling/inference/training results to help us understand the improvement your feature provides. This allows us to directly see the changes in the code and to understand how they affect workflows and performance. Please see our ✅ Contributing Guide to get started. |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
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 YOLOv5 🚀 and Vision AI ⭐! |
Search before asking
Question
I want to ask if the augmentation in hyp.scratch-low.yaml and augmentations.py are applied to the val dataset as well. if not applied how can I test with augmentation on val dataset without applying externally.
Additional
No response
The text was updated successfully, but these errors were encountered: