-
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
[Bug fix] Fixed ADE20k test #359
Conversation
Codecov Report
@@ Coverage Diff @@
## master #359 +/- ##
==========================================
+ Coverage 86.11% 86.13% +0.02%
==========================================
Files 96 96
Lines 4906 4906
Branches 799 799
==========================================
+ Hits 4225 4226 +1
+ Misses 527 524 -3
- Partials 154 156 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thanks for bug fixing, I think it is ok. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for bug fixing, I think it is ok.
* [Bug fix] Fixed ADE20k test * fixed ade cfg
* [Docs] Update docs about test crops. 1. Add more docs. 2. Update default configs in TSM model when using DenseSampleFrames. * [Docs] Update docs about test crops 1. Add more docs. 2. Update default configs in TSM model when using DenseSampleFrames. * calculate num_crops automatically * remove `twice_sample/test_crops` in test_cfg * update all tsm model `test_cfg['average_clips']` default value to 'prob' * add changelog * fix a bug when using tsn and `test_cfg['average_clips']='prob'` * fix docs and add docs for open-mmlab#363 * use `num_segments` instead of `num_segs` in average_clip * use `num_segs` in TSMHead and average_clip.
Fixed #358