VainF / DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes
MIT License
1.92k stars 437 forks source link

Wrong File Name in best_deeplabv3plus_resnet101_cityscapes_os16 #134

Open Maystern opened 9 months ago

Maystern commented 9 months ago

Hi! I have downloaded the best_deeplabv3plus_resnet101_cityscapes_os16.pth.tar file in the link

But, it is not the tar file at all, and I just remove the .tar, it become the .pth file, so it can be loaded into the model.

dafengtian commented 7 months ago

I also have this problem.

Maystern commented 7 months ago

I also have this problem.

Hi, you can directly modify the suffix name to. pth, so that the model can be loaded.

Hope this can help you. Have a good day!

dafengtian commented 7 months ago

我也有这个问题。

您好,您可以直接将后缀名修改为. pth,这样就可以加载模型了。

希望这可以帮到你。祝你有美好的一天!

Thank you very much for your reply and have a nice day!