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] add AdjustGamma transform #232

Merged
merged 12 commits into from
Dec 2, 2020
Merged

[Feature] add AdjustGamma transform #232

merged 12 commits into from
Dec 2, 2020

Conversation

yamengxi
Copy link
Collaborator

@yamengxi yamengxi commented Nov 5, 2020

No description provided.

@codecov
Copy link

codecov bot commented Nov 5, 2020

Codecov Report

Merging #232 (c17c5f1) into master (993be25) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #232      +/-   ##
==========================================
+ Coverage   84.58%   84.62%   +0.04%     
==========================================
  Files          90       90              
  Lines        4385     4398      +13     
  Branches      701      703       +2     
==========================================
+ Hits         3709     3722      +13     
  Misses        536      536              
  Partials      140      140              
Flag Coverage Δ
unittests 84.62% <100.00%> (+0.04%) ⬆️

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

Impacted Files Coverage Δ
mmseg/__init__.py 73.68% <100.00%> (ø)
mmseg/datasets/pipelines/transforms.py 97.87% <100.00%> (+0.08%) ⬆️

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 993be25...d6ea3c3. Read the comment docs.

@xvjiarui
Copy link
Collaborator

xvjiarui commented Nov 7, 2020

LGTM.

We may implement LUT in mmcv.

@xvjiarui xvjiarui self-requested a review November 7, 2020 22:47
@hellock
Copy link
Member

hellock commented Nov 9, 2020

Task linked: CU-fjrgpn Data preprocessing

@xvjiarui xvjiarui merged commit 4dc809a into open-mmlab:master Dec 2, 2020
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* add AdjustGamma transform

* restore

* change cv2 to mmcv

* simplify AdjustGamma

* fix syntax error

* modify

* fix syntax error

* change mmcv version to 1.3.0

* fix lut function name error

* fix syntax error

* fix range
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this pull request Mar 22, 2024
* add average_clips config in configs

* override only if args.average_clips != None

* update changelog

* update config, set default value of 'average_clips' as 'prob'

* update changelog
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