Unable to replicate default augmentations on Resnet 50 #4320
Unanswered
ExtReMLapin
asked this question in
Q&A
Replies: 1 comment
-
bump |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
According to the default training code, default augmentations seems to be :
[ResizeShortestEdge(short_edge_length=(640, 672, 704, 736, 768, 800), max_size=1333, sample_style='choice'), RandomFlip()]
When I added my own angmentations I had a lower final score than when I don't manually add my own augmentations.
So I decided to try to understand where is was comming from.
So with this training code :
I would expect the trained to behave the same as if
augmentations
isFalse
orTrue
But it's not, with augmentations at
True
I get a score of 15/100 (IoU) instead of 20Beta Was this translation helpful? Give feedback.
All reactions