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

[Feature] Support solarize and posterize pipelines #172

Merged
merged 4 commits into from
Mar 9, 2021

Conversation

LXXXXR
Copy link
Contributor

@LXXXXR LXXXXR commented Mar 8, 2021

Hi,
In this pull request, Solarize pipeline and Posterize pipeline are added.
This pull request serves as a sub-task for implementing auto-augmentation.
Pipelines needed are listed below.

This pull request may have conflicts with #171, I will resolve them after #171 is merged.
Please kindly take a look. Thank you.

Another thing to note is that when bumping version, we might need to update docs for version compatibility with mmcv accordingly.

@codecov
Copy link

codecov bot commented Mar 8, 2021

Codecov Report

Merging #172 (a19db0e) into master (9614787) will increase coverage by 0.09%.
The diff coverage is 80.95%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
+ Coverage   71.85%   71.95%   +0.09%     
==========================================
  Files          82       82              
  Lines        3749     3790      +41     
  Branches      681      687       +6     
==========================================
+ Hits         2694     2727      +33     
- Misses        973      981       +8     
  Partials       82       82              
Flag Coverage Δ
unittests 71.95% <80.95%> (+0.09%) ⬆️

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

Impacted Files Coverage Δ
mmcls/datasets/pipelines/auto_augment.py 75.84% <80.48%> (+1.14%) ⬆️
mmcls/datasets/pipelines/__init__.py 100.00% <100.00%> (ø)

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 9614787...d373e87. Read the comment docs.

@ycxioooong
Copy link
Contributor

@LXXXXR Please handle the conflicts. Thanks.

@ycxioooong ycxioooong merged commit f3b9380 into open-mmlab:master Mar 9, 2021
@LXXXXR LXXXXR deleted the add_Solarize branch March 24, 2021 09:30
mzr1996 pushed a commit to mzr1996/mmpretrain that referenced this pull request Nov 24, 2022
* support Solarize and Posterize

* revised according to comments

* fix conflicts
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