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

Use joint transform in Cityscapes #1024

Merged
merged 2 commits into from
Jun 20, 2019

Conversation

TheCodez
Copy link
Contributor

This adds a joint transform to Citscapes as started in #872

@codecov-io
Copy link

codecov-io commented Jun 14, 2019

Codecov Report

Merging #1024 into master will increase coverage by 0.16%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1024      +/-   ##
==========================================
+ Coverage   63.29%   63.46%   +0.16%     
==========================================
  Files          65       65              
  Lines        5152     5154       +2     
  Branches      772      772              
==========================================
+ Hits         3261     3271      +10     
+ Misses       1667     1661       -6     
+ Partials      224      222       -2
Impacted Files Coverage Δ
torchvision/datasets/cityscapes.py 20% <0%> (+0.55%) ⬆️
torchvision/datasets/mnist.py 51.18% <0%> (+0.47%) ⬆️
torchvision/transforms/transforms.py 82.54% <0%> (+0.64%) ⬆️
torchvision/transforms/functional.py 72.15% <0%> (+0.94%) ⬆️

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 2694a5d...f6fa580. 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 for the PR!

Can you add transforms to the documentation as well?

Otherwise it looks good to me!

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 ec20315 into pytorch:master Jun 20, 2019
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.

3 participants