open-mmlab / mmfashion

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

Model problem #76

Closed 1314wang closed 4 years ago

1314wang commented 4 years ago

Hello! When testing fashion compatibility and recommendation tasks, which path is the corresponding pre-trained model? "--checkpoint checkpoint/FashionRecommend/TypeAware/latest.pth" "--checkpoint, help='checkpoint file', default='checkpoint/FashionRecommend/TypeAware/disjoint/l2_embed/epoch_16.pth" I don't know where the two models are stored. I hope you will take the time to help me answer it. Thank you!

veralauee commented 4 years ago

The path in the code is the default path. You can download the checkpoint and change it according to your own case.

veralauee commented 4 years ago

Closed since no activity.