- Notifications
You must be signed in to change notification settings - Fork2.8k
[Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package.#2576
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 ourterms of service andprivacy 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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
MeowZheng left a comment
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.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
codecovbot commentedFeb 13, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 ushow you rate us. Have a feature suggestion?Share it here. ☔ View full report in Codecov by Sentry. |
…I-Tianlong/add-mapillary-to-core-packageadd mapillary_v1_2_65.py
serser commentedFeb 25, 2023
It seems blocked, CI Started 11d 15h 10m 46s ago? |
xiexinch left a comment
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.
…-mmlab#2576)## [Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package .## MotivationAdd Mapillary Vistas Datasets to core package.Old PRopen-mmlab#2484 ## Modification- Add Mapillary Vistas Datasets to core package.- Delete `tools/datasets_convert/mapillary.py` , dataset does't needconverting.- 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>
Uh oh!
There was an error while loading.Please reload this page.
[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.pyconfig.projects/mapillary_datasets