jpainam / SLS_ReID

Sparse Label Smoothing Regularization for Person Re-Identification
41 stars 16 forks source link

clustering #7

Open yxwhn opened 4 years ago

yxwhn commented 4 years ago

Hello .In the clustering; when I run "python clustering.py --type 1"(follow your step) CHECKPOINT = './pretrain/viper_softmax_pretrain.h5' I can not find the CHECKPOINT; where is the CHECKPOINT?Can you help me?

jpainam commented 4 years ago

You can get the pretrained model here https://drive.google.com/open?id=1rC1k6LXC9sKeUFCwU6b0jwWSQegQpKlC

yxwhn commented 4 years ago

Thank you very much, I have solved it.