open-mmlab / mmfashion

Open-source toolbox for visual fashion analysis based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.27k stars 283 forks source link

OSError: checkpoint/vgg16.pth is not a checkpoint file. (demo/test_cate_attr_predictor.py) #97

Closed Lytua closed 4 years ago

Lytua commented 4 years ago

I got this error when I was running demo/test_cate_attr_predictor.py

The checkpoint I used: vgg16 + global

I thought the .pth file which author put on google cloud is a bit of weird, because it's too small(325M). Hoping that someone can help me to solve this problem, thank you.