Skip to content

Conversation

iedmrc
Copy link
Contributor

@iedmrc iedmrc commented Nov 16, 2019

Please see #1848

@codecov-io
Copy link

codecov-io commented Nov 16, 2019

Codecov Report

Merging #1849 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1849   +/-   ##
=======================================
  Coverage   84.08%   84.08%           
=======================================
  Files          97       97           
  Lines       14316    14316           
=======================================
  Hits        12037    12037           
  Misses       2279     2279

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 0477b30...a76db2e. Read the comment docs.

@LysandreJik
Copy link
Member

Looks good to me, thanks for looking into it!

@iedmrc
Copy link
Contributor Author

iedmrc commented Nov 23, 2019

You are welcome and thanks @LysandreJik for interested. Do you mind approve and merge, if there is no problem?

@LysandreJik LysandreJik merged commit aa92a18 into huggingface:master Nov 25, 2019
amyeroberts added a commit to amyeroberts/transformers that referenced this pull request Aug 23, 2022
The image segmentation pipeline tests - tests/pipelines/test_pipelines_image_segmentation.py - were failing after the merging of huggingface#1849  (49e44b2). This was due to the difference in rescaling. Previously the images were rescaled by `image = image / 255`. In the new commit, a `rescale` method was added, and images rescaled using `image = image * scale`. This was known to cause small differences in the processed images (see
[PR comment](huggingface#18499 (comment))).

Testing locally, changing the `rescale` method to divide by a scale factor (255) resulted in the tests passing. It was therefore decided the test values could be updated, as there was no logic difference between the commits.
sgugger pushed a commit that referenced this pull request Sep 15, 2022
* Updated test values

The image segmentation pipeline tests - tests/pipelines/test_pipelines_image_segmentation.py - were failing after the merging of #1849  (49e44b2). This was due to the difference in rescaling. Previously the images were rescaled by `image = image / 255`. In the new commit, a `rescale` method was added, and images rescaled using `image = image * scale`. This was known to cause small differences in the processed images (see
[PR comment](#18499 (comment))).

Testing locally, changing the `rescale` method to divide by a scale factor (255) resulted in the tests passing. It was therefore decided the test values could be updated, as there was no logic difference between the commits.

* Use double quotes, like previous example

* Fix up
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