-
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
[Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package. #2576
[Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package. #2576
Conversation
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.
I think if 240000 iters with SGD and 0.01 lr is a common setting, it should be add in _base_
.
Moreover, please do not forget to add results in README and metafile.
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2576 +/- ##
===========================================
+ Coverage 83.46% 83.48% +0.01%
===========================================
Files 147 148 +1
Lines 8669 8695 +26
Branches 1303 1306 +3
===========================================
+ Hits 7236 7259 +23
- Misses 1203 1205 +2
- Partials 230 231 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
…I-Tianlong/add-mapillary-to-core-package add mapillary_v1_2_65.py
It seems blocked, CI Started 11d 15h 10m 46s ago? |
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.
We would continue to add other models.
…mapillary-to-core-package
…-mmlab#2576) ## [Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package . ## Motivation Add Mapillary Vistas Datasets to core package. Old PR open-mmlab#2484 ## Modification - Add Mapillary Vistas Datasets to core package. - Delete `tools/datasets_convert/mapillary.py` , dataset does't need converting. - Add `schedule_240k.py` config. - Add configs files. ```none deeplabv3plus_r101-d8_4xb2-240k_mapillay_v1-512x1024.py deeplabv3plus_r101-d8_4xb2-240k_mapillay_v2-512x1024.py maskformer_swin-s_4xb2-240k_mapillary_v1-512x1024.py maskformer_swin-s_4xb2-240k_mapillary_v2-512x1024.py maskformer_r101-d8_4xb2-240k_mapillary_v1-512x1024.py maskformer_r101-d8_4xb2-240k_mapillary_v2-512x1024.py pspnet_r101-d8_4xb2-240k_mapillay_v1-512x1024.py pspnet_r101-d8_4xb2-240k_mapillay_v2-512x1024.py ``` - Synchronized changes to `projects/mapillary_datasets` --------- Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com> Co-authored-by: xiexinch <xiexinch@outlook.com>
[Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package .
Motivation
Add Mapillary Vistas Datasets to core package.
Old PR #2484
Modification
tools/datasets_convert/mapillary.py
, dataset does't need converting.schedule_240k.py
config.projects/mapillary_datasets