Semantic Segmentation Implementation

July 11, 2025 ยท View on GitHub

Semantic Segmentation Performance Based on DeepLabv3 for Pascal VOC 2012 :

Backbone#ParamsFlopsmIOULogckpt
TinyNeXt-S2.3M3.5G75.5logckpt
TinyNeXt-M3.3M5.1G76.9logckpt

Get Start

1.Ref to MMsegmentation for the environments.

2.Configs can be found in ./configs/ssd_tinynext

3.Backbone checkpoint can be found in ../classification/logs

4.run :

./dish_train.sh configs/deeplabv3/deeplabv3_tinynext_m-40k_voc-aug-512x512.py 4

or

./dish_train.sh configs/deeplabv3/deeplabv3_tinynext_t-40k_voc-aug-512x512.py 4