awesome-semantic-segmentation-pytorch icon indicating copy to clipboard operation
awesome-semantic-segmentation-pytorch copied to clipboard

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)

Results 113 awesome-semantic-segmentation-pytorch issues
Sort by recently updated
recently updated
newest added

我想要一个训练好的权重,直接用

When I run `python eval.py --model bisenet --backbone resnet18 --dataset citys `, It occurred this issue: TypeError: init() got an unexpected keyword argument 'local_rank' Could you help me to solve...

VOC_aug数据集官方增强标签不是png格式吗,为什么代码里是mat格式,从哪获取呢?

数据集为cityscape,网络为bisenet,(达不到论文理论值)

Got the training to run successfully. When I tried to run the eval.py file, I am getting the following error - File "/home/bhattb3/AWESOME6_dataset/scripts/eval.py", line 113, in evaluator = Evaluator(args) File...

Please can anyone let me know if they were able to train and evaluate (test) this code with ade20k dataset? If yes, could you kindly let me know how did...

after training. I saved my model file in a folder called 'MODEL FILE' (I edited it in the train.py file) and the training was done successfully. In how many places...

An error about DFANet. ValueError: Model file is not found. Downloading or trainning.