lxtGH / DecoupleSegNets

[ECCV-2020]: Improving Semantic Segmentation via Decoupled Body and Edge Supervision
370 stars 36 forks source link

./pretrained_models/wider_resnet38.pth.tar #29

Closed Youzhihui closed 3 years ago

Youzhihui commented 3 years ago

Traceback (most recent call last): File "C:/Users/yzh/Desktop/DecoupleSegNets-master/train.py", line 416, in main() File "C:/Users/yzh/Desktop/DecoupleSegNets-master/train.py", line 182, in main net = network.get_net(args, criterion) File "C:\Users\yzh\Desktop\DecoupleSegNets-master\network__init__.py", line 16, in get_net criterion=criterion) File "C:\Users\yzh\Desktop\DecoupleSegNets-master\network__init.py", line 44, in get_model net = net_func(num_classes=num_classes, criterion=criterion) File "C:\Users\yzh\Desktop\DecoupleSegNets-master\network\deepv3.py", line 249, in init__ raise RuntimeError("=====================Could not load ImageNet weights of WideResNet38 network.=======================") RuntimeError: =====================Could not load ImageNet weights of WideResNet38 network.======================= Please download the ImageNet weights of WideResNet38 in our repo to ./pretrained_models/wider_resnet38.pth.tar.

I can not find your ImageNet weights of WideResNet38 in your repo, where it is? could you tell me?

lxtGH commented 3 years ago

Hi just comment out this line. We just use the Mapillary pretrained model for WideResNet38.

Youzhihui commented 3 years ago

ok, thank you very much