-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Conversation
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
LGTM. We may implement LUT in mmcv. |
Task linked: CU-fjrgpn Data preprocessing |
* 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
* 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
No description provided.