mmsegmentation/projects
Tianlong Ai 8c89ff3dd1
[Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package. (#2576)
## [Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package .
## Motivation
Add Mapillary Vistas Datasets to core package.
Old PR #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>
2023-03-15 14:44:38 +08:00
..
example_project [Enhancement] Refine projects (#2586) 2023-02-22 19:18:12 +08:00
hssn [Fix] Rename and Fix bug of projects HieraSeg (old PR #2444) (#2565) 2023-02-06 18:55:22 +08:00
isnet [Doc] Add checklist of ISNet (#2460) 2023-01-09 13:09:23 +08:00
mapillary_dataset [Datasets] Add Mapillary Vistas Datasets to MMSeg Core Package. (#2576) 2023-03-15 14:44:38 +08:00
README.md [Enhancement] Refine projects (#2586) 2023-02-22 19:18:12 +08:00
faq.md [Enhancement] Refine projects (#2586) 2023-02-22 19:18:12 +08:00

README.md

Projects

The OpenMMLab ecosystem can only grow through the contributions of the community. Everyone is welcome to post their implementation of any great ideas in this folder! If you wish to start your own project, please go through the example project for the best practice. For common questions about projects, please read our faq.

External Projects

There are also selected external projects released in the community that use MMSegmentation:

Note: These projects are supported and maintained by their own contributors. The core maintainers of MMSegmentation only ensure the results are reproducible and the code quality meets its claim at the time each project was submitted, but they may not be responsible for future maintenance.