jfzhang95 / pytorch-deeplab-xception

DeepLab v3+ model in PyTorch. Support different backbones.
MIT License
2.89k stars 779 forks source link

xception backbone url doesn't exist #231

Open Nimbus1997 opened 1 year ago

Nimbus1997 commented 1 year ago

Hello thank you for sharing the code :)

I noticed that "xception pretrain model url " in https://github.com/jfzhang95/pytorch-deeplab-xception/blob/master/modeling/backbone/xception.py#L248 doesn't exist.

Did anyone have the same problem? If you have solved the issue please let me know Thank you in advance

jemo-mh commented 1 year ago

In my case , enter url(https://data.lip6.fr/cadene/pretrainedmodels/xception-b5690688.pth) and download in web browser. and move path to checkpoint directory '/home/USERNAME/.cache/torch/hub/checkpoints/'. It works for me!