Efficient-Segmentation-Networks icon indicating copy to clipboard operation
Efficient-Segmentation-Networks copied to clipboard

cityscapes data set processing

Open 254038lqq opened this issue 2 years ago • 2 comments

After downloading cityscapes data sets, put them in the corresponding folder, which will be displayed during training:NotImplementedError: This repository now supports two datasets: cityscapes and camvid, cityscapes is not included。What should I do about it?

254038lqq avatar Mar 21 '22 13:03 254038lqq

l run the code of process_cityscapes.py put at firectory dataset/cityscape_scripts cd dataset/cityscape_scripts python process_cityscapes.py

cuteboyqq avatar Apr 12 '23 06:04 cuteboyqq

command add --use_lovaszsoftmax for example : python train.py --model ESPNet_v2 --dataset cityscape --batch_size 2 --use_lovaszsoftmax

cuteboyqq avatar Apr 14 '23 06:04 cuteboyqq