-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
fb.resnet like transforms #27
Conversation
I was wondering if it would make sense to add a |
@eladhoffer Very nice! Do you have an estimate of how these transforms improve accuracy for ImageNet models? |
Actually, I didn't find any difference for most models... |
@soumith @colesbury Shall we merge this (after a rebase/review)? These transforms don't seem to help improve performance on classification tasks, but users might want to try it out anyway for their own tasks. |
@fmassa I am struggling to train tiny darknet model to reported accuracy, and thus far I matched everything, but the extra pre-processing transformations. It seems likely that extra transformations matter and are be necessary to reproduce the result on this classifier. |
@Maratyszcza did you find these transforms necessary to reproduce tiny darknet in the end? |
Hi @eladhoffer sorry for the delayed response on this - are you still interested in adding these? If not, we can get round to adding them in the next few weeks. I think Brightness, Staturation and Contrast are valuable and bring us up to speed with what tensorflow have (see #271 for the list). |
Sure, how can I help? |
@eladhoffer Awesome. I think the following changes are needed:
It'd be great if you have the time to make these changes to this PR, if not @chsasank has started implementing some other color transforms #275 - in any case it's probably worth you guys coordinating as to not duplicate work. |
Hey @eladhoffer, I am almost done implementing all the colour transforms with PIL in #275. So I'll just continue the PR and complete it. This is fine? |
Sure, let me know if you need any help. |
Closing this then as this will be implemented in #275 |
Encountered using flake8 testing
No description provided.