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

Supports Color augmentation. #542

Merged
merged 9 commits into from
Sep 8, 2020
Merged

Supports Color augmentation. #542

merged 9 commits into from
Sep 8, 2020

Conversation

v-qjqs
Copy link
Contributor

@v-qjqs v-qjqs commented Sep 7, 2020

This PR implements color augmentations which only transforms image (e.g. color, equalize, sharpness) in mmcv.

@codecov
Copy link

codecov bot commented Sep 7, 2020

Codecov Report

Merging #542 into master will increase coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #542      +/-   ##
==========================================
+ Coverage   64.58%   64.63%   +0.05%     
==========================================
  Files         131      131              
  Lines        7502     7513      +11     
  Branches     1327     1330       +3     
==========================================
+ Hits         4845     4856      +11     
  Misses       2411     2411              
  Partials      246      246              
Flag Coverage Δ
#unittests 64.63% <100.00%> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmcv/image/__init__.py 100.00% <100.00%> (ø)
mmcv/image/photometric.py 100.00% <100.00%> (ø)
mmcv/video/io.py 91.41% <100.00%> (+0.05%) ⬆️

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 fec7cd6...870da6b. Read the comment docs.

mmcv/image/photometric.py Outdated Show resolved Hide resolved
mmcv/image/photometric.py Outdated Show resolved Hide resolved
@v-qjqs v-qjqs changed the title Supports some augmentations which only transforms image. (e.g. color, equalize, sharpness) Supports Color augmentation. Sep 7, 2020
mmcv/image/photometric.py Outdated Show resolved Hide resolved
mmcv/image/photometric.py Outdated Show resolved Hide resolved
@hellock hellock merged commit 95417a5 into open-mmlab:master Sep 8, 2020
@hellock hellock mentioned this pull request Sep 21, 2020
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