open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
7.68k stars 2.53k forks source link

[Feature] Support TSP6K dataset(CVPR'2024) #3703

Open YuqiYang213 opened 2 weeks ago

YuqiYang213 commented 2 weeks ago

Motivation

Add TSP6K dataset described in "Traffic Scene Parsing through the TSP6K Dataset" which is the largest traffic monitoring datasets and contains much more crowded scenes than the present traffic scene parsing datasets.

Modification

Use cases (Optional)

To train a model with the TSP6K dataset, we can use the following command: bash tools/dist_train.sh configs/deeplabv3plus/deeplabv3plus_r50b-d8_4xb2_80k_tsp6k_769x769.py 2 --work-dir work_dirs/test_running

CLAassistant commented 2 weeks ago

CLA assistant check
All committers have signed the CLA.