xception pretrained models
Closed this issue · 6 comments
spytensor commented
Hello, the model in http://data.lip6.fr/cadene/pretrainedmodels/xception-b5690688.pth cannot be used? I got the error :size mismatch for conv3.pointwise.weight
YudeWang commented
@spytensor
Please use the pretrained model provided in README. The xception model in this repo is different from official xception structure.
spytensor commented
@YudeWang Thanks for your reply, I have solved that problem. By the way, If you have the plan to add demo.py to show result on each image?
YudeWang commented
@spytensor
test.py will save predicted results. You can find the path and check or write another demo.py like that.