Home

Awesome

DSRL: Dual Super-Resolution Learning for Semantic Segmentation

The code is inspired by EdgeNet in pytorch, you can follow the procedure in it to prepare the datasets and model directory files.

Unzip the repo folder

# first download and unzip the repo folder
unzip dsrl_released-master.zip
cd dsrl_released-master

Testing

# To evaluate ESPNetv2_DSRL, use below command:
sh run_eval_256x512.sh   
# sh run_eval_512x1024.sh

Main results

MethodsImage SizeFLOPsParamsmIOU (class-wise)Link
ESPNetv22.0512x256674.78M0.79M54.83% (val)N/A
ESPNetv2 + DSRL2.0512x256674.78M0.79M60.61% (val)here
ESPNetv22.01024x5122.7G0.79M64.44 (val)N/A
ESPNetv2 + DSRL2.01024x5122.7G0.79M66.50% (val)here

Citation

If you find this repository helpful, please feel free to cite below work:

@InProceedings{Wang_2020_CVPR,
author = {Wang, Li and Li, Dong and Zhu, Yousong and Tian, Lu and Shan, Yi},
title = {Dual Super-Resolution Learning for Semantic Segmentation},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}