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

Fix fill in rotate #1760

Merged
merged 10 commits into from
Jan 22, 2020
Merged

Fix fill in rotate #1760

merged 10 commits into from
Jan 22, 2020

Conversation

pmeier
Copy link
Collaborator

@pmeier pmeier commented Jan 16, 2020

Fixes #1759

ToDo:

  • documentation
  • more / all image modes to NUM_BANDS dict
  • compatibility fix for pillow<5.0.0
  • test

@fmassa
Copy link
Member

fmassa commented Jan 17, 2020

Hi,

Thanks for the PR!

I'm unsure about the fix. Isn't this just that the user who reported the problem had an old PIL version, that didn't support fillcolor?

EDIT: oh just saw your comment in #1759, ok now I understand

@pmeier pmeier marked this pull request as ready for review January 18, 2020 11:23
@pmeier
Copy link
Collaborator Author

pmeier commented Jan 18, 2020

@fmassa How do you want to test this? Simply call rotate with images of different modes and see if it does not raise an error?

@codecov-io
Copy link

codecov-io commented Jan 20, 2020

Codecov Report

Merging #1760 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1760      +/-   ##
=========================================
- Coverage    0.28%   0.28%   -0.01%     
=========================================
  Files          92      92              
  Lines        7349    7355       +6     
  Branches     1108    1109       +1     
=========================================
  Hits           21      21              
- Misses       7320    7326       +6     
  Partials        8       8
Impacted Files Coverage Δ
torchvision/transforms/functional.py 0% <0%> (ø) ⬆️
torchvision/models/detection/mask_rcnn.py 0% <0%> (ø) ⬆️
torchvision/models/detection/faster_rcnn.py 0% <0%> (ø) ⬆️
torchvision/models/detection/keypoint_rcnn.py 0% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update add2ecc...f342088. Read the comment docs.

Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the PR!

For the tests, let's create different images (with Image.fromarray for example) of different types and check that rotate with fill works. We can also have a simple test that rotate an image by 45 degrees, and verify that the filled value for the (0, 0) pixel is the one we specified.

@pmeier
Copy link
Collaborator Author

pmeier commented Jan 21, 2020

For the tests, let's create different images (with Image.fromarray for example) of different types and check that rotate with fill works.

As in smoke test or actually compare the result to something?

Copy link
Member

@fmassa fmassa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great, thanks a lot Philip!

@fmassa fmassa merged commit 8f4f8d8 into pytorch:master Jan 22, 2020
@pmeier pmeier deleted the fix_rotate branch January 23, 2020 07:10
fmassa pushed a commit to fmassa/vision-1 that referenced this pull request Jan 28, 2020
* initial fix

* outsourced num bands lookup

* fix doc

* added pillow version requirement

* simplify number of bands extraction

* remove unrelated change

* remove indirect dependency on pillow>=5.2.0

* extend docstring to transform

* bug fix

* added test
facebook-github-bot pushed a commit that referenced this pull request Jan 28, 2020
Summary:
* initial fix

* outsourced num bands lookup

* fix doc

* added pillow version requirement

* simplify number of bands extraction

* remove unrelated change

* remove indirect dependency on pillow>=5.2.0

* extend docstring to transform

* bug fix

* added test
Pull Request resolved: #1825

Reviewed By: lerks

Differential Revision: D19601729

Pulled By: fmassa

fbshipit-source-id: e0f073b052ea49b0c316f71ab5057641c92220e1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

..functional.rotate() arguments broke with 0.5 update
3 participants