-
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 CLAHE transform #229
Conversation
Codecov Report
@@ Coverage Diff @@
## master #229 +/- ##
==========================================
+ Coverage 84.62% 84.68% +0.05%
==========================================
Files 90 90
Lines 4398 4414 +16
Branches 703 705 +2
==========================================
+ Hits 3722 3738 +16
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.
|
Task linked: CU-fjrgpn Data preprocessing |
* add CLAHE transform * fix syntax error * fix syntax error * restore * add a test * modify cv2 to mmcv * add docstring * modify * restore * fix mmcv.clahe error * change mmcv version to 1.3.0 * fix bugs * add all data transformers to __init__ * fix __init__ * fix test_transform
* update web docs * update changelog
No description provided.