-
Notifications
You must be signed in to change notification settings - Fork 463
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
feat: Added torchvision photometric augmentations in artefact detection training #764
Conversation
Awaiting for the new checkout and the potential improvement in the results on the real world data before merging this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
Could you run a full training with this PR before we merge it?
So that we can add the new checkpoint in the PR if it improves performances 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Mind adding the performance changes in the PR please?
Sure, although I have added recall that matters the most to us. I will include other metrics as well. |
Codecov Report
@@ Coverage Diff @@
## main #764 +/- ##
==========================================
- Coverage 96.02% 96.00% -0.03%
==========================================
Files 129 129
Lines 4807 4807
==========================================
- Hits 4616 4615 -1
- Misses 191 192 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This PR makes the following modifications to the existing repo:
Summary:
Any feedback is welcome!