Skip to content
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

Closed
1 task done
myasser63 opened this issue Aug 13, 2022 · 4 comments
Closed
1 task done

Augmentation on Val Dataset #8949

myasser63 opened this issue Aug 13, 2022 · 4 comments
Labels
question Further information is requested Stale

Comments

@myasser63
Copy link

myasser63 commented Aug 13, 2022

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

@myasser63 myasser63 added the question Further information is requested label Aug 13, 2022
@glenn-jocher
Copy link
Member

glenn-jocher commented Aug 14, 2022

@myasser63 you can run TTA (Test Time Augmentation) in detect.py and val.py with the --augment flag:

python val.py --augment

See TTA Tutorial for details:

Tutorials

Good luck 🍀 and let us know if you have any other questions!

@myasser63
Copy link
Author

I want to validate the model during training on the same augmentatio applied on training dataset in hyp.yaml

@glenn-jocher
Copy link
Member

glenn-jocher commented Aug 17, 2022

@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.

@github-actions
Copy link
Contributor

github-actions bot commented Sep 17, 2022

👋 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 ⭐!

@github-actions github-actions bot added the Stale label Sep 17, 2022
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Stale
Projects
None yet
Development

No branches or pull requests

2 participants