-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Add test_image_processing_common.py #20785
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
Add test_image_processing_common.py #20785
Conversation
|
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
9760785 to
56fe551
Compare
|
The documentation is not available anymore as the PR was closed or merged. |
5ee0594 to
7b936c9
Compare
sgugger
left a comment
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.
Shouldn't all the tests use ImageProcessingSavingTestMixin instead of FeatureExtractionSavingTestMixin?
LGTM otherwise, thanks!
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.
LGTM, with same question as Sylvain mentioned. Thank you for working on 🖼️ !
You mentioned
This is necessary for creating ImageProcessingSavingTestMixin in order to rename any feature extractor references in the image processor tests. This is left for a #20768.
But the new added image_processing_common.py contains ImageProcessingSavingTestMixin. So it looks a bit confusing, but I believe you have some reasons.
|
@ydshieh @sgugger Yes, sorry, I could have been clearer above. The reason for not replacing |
Understand! Thank you for explaining!
(I agree it is a bit more time consuming :-) ) |
What does this PR do?
Creates an equivalent
test_feature_extraction_common.pyfor image processors:test_image_processing_common.pyand moves any vision and image processing specific logic to this file.This is necessary for creating
ImageProcessingSavingTestMixinin order to rename any feature extractor references in the image processor tests. This is left for a future PR.Before submitting
Pull Request section?
to it if that's the case.
documentation guidelines, and
here are tips on formatting docstrings.