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

[BC-breaking] Unified input for RandomPerspective #2561

Merged

Conversation

vfdev-5
Copy link
Collaborator

@vfdev-5 vfdev-5 commented Aug 7, 2020

Related #2292

Description:

  • Unified input for RandomPerspective
  • Added tests
  • Updated docs

BC-breaking change: changed default interpolation mode from BICUBIC to BILINEAR

@fmassa fmassa mentioned this pull request Aug 7, 2020
16 tasks
@codecov
Copy link

codecov bot commented Aug 7, 2020

Codecov Report

Merging #2561 into master will increase coverage by 0.05%.
The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2561      +/-   ##
==========================================
+ Coverage   71.82%   71.87%   +0.05%     
==========================================
  Files          94       94              
  Lines        8116     8115       -1     
  Branches     1290     1289       -1     
==========================================
+ Hits         5829     5833       +4     
+ Misses       1873     1870       -3     
+ Partials      414      412       -2     
Impacted Files Coverage Δ
torchvision/transforms/transforms.py 76.29% <92.85%> (+0.77%) ⬆️

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 8c7e7bb...0dd6df1. 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!

@fmassa fmassa merged commit a75fdd4 into pytorch:master Aug 8, 2020
bryant1410 pushed a commit to bryant1410/vision-1 that referenced this pull request Nov 22, 2020
* Unified input for RandomPerspective

* Updated docs

* Fixed failing test and bug with torch.randint

* Update test_functional_tensor.py
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.

2 participants