-
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
Fix fastscnn resize problems. #82
Conversation
Code tested on another dataset, pascal voc. It works. |
Fixed #80 |
Codecov Report
@@ Coverage Diff @@
## master #82 +/- ##
==========================================
- Coverage 82.11% 82.09% -0.03%
==========================================
Files 76 76
Lines 3467 3463 -4
Branches 529 528 -1
==========================================
- Hits 2847 2843 -4
Misses 518 518
Partials 102 102
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
New fast_scnn models trained on pascal voc will be available soon. |
Please merge this pull request soon. All the users are vulnerable to mmcv version problems!!! |
* Fix fast_scnn resize problems * Fix fast_scnn resize problems 1 * Fix fast_scnn resize problems 2 * test for pascal voc
* Windows basic support * getting_started updated for Windows. * add experimental * install.md restructured to seperate Windows & Linux. * fix problems in install.md * fix mmcv version problem. * Fix fastscnn resize problems. (#82) * Fix fast_scnn resize problems * Fix fast_scnn resize problems 1 * Fix fast_scnn resize problems 2 * test for pascal voc * [Doc] Add annotaion format note (#77) * update pytorch version to 1.6.0 in install.md * del fastscnn_pascal config * del create_symlink=True * Merge instructions for Linux & Windows * mmcv version updated * redundant newline deleted * Update docs/install.md Co-authored-by: Jerry Jiarui XU <[email protected]> * Update docs/install.md Co-authored-by: Jerry Jiarui XU <[email protected]> Co-authored-by: Jerry Jiarui XU <[email protected]>
* Fix fast_scnn resize problems * Fix fast_scnn resize problems 1 * Fix fast_scnn resize problems 2 * test for pascal voc
* Windows basic support * getting_started updated for Windows. * add experimental * install.md restructured to seperate Windows & Linux. * fix problems in install.md * fix mmcv version problem. * Fix fastscnn resize problems. (open-mmlab#82) * Fix fast_scnn resize problems * Fix fast_scnn resize problems 1 * Fix fast_scnn resize problems 2 * test for pascal voc * [Doc] Add annotaion format note (open-mmlab#77) * update pytorch version to 1.6.0 in install.md * del fastscnn_pascal config * del create_symlink=True * Merge instructions for Linux & Windows * mmcv version updated * redundant newline deleted * Update docs/install.md Co-authored-by: Jerry Jiarui XU <[email protected]> * Update docs/install.md Co-authored-by: Jerry Jiarui XU <[email protected]> Co-authored-by: Jerry Jiarui XU <[email protected]>
Co-authored-by: lizz <[email protected]>
Fixed #80