Self-Similarity-Grouping
Self-Similarity-Grouping copied to clipboard
market1501_trained.pth.tar load error from your google drive download link
Following is my problem, I download your pretrained model from google drive. I load dukemtmc.pth.tar successful but fall at market1501. Any suggestion about this? Anyway, I could retrain a market1501 model using source_train.py Thanks!
Files already downloaded and verified Market1501 dataset loaded subset | # ids | # images
train | 676 | 11744 val | 75 | 1192 trainval | 751 | 12936 query | 750 | 3368 gallery | 751 | 15913 Files already downloaded and verified DukeMTMC dataset loaded subset | # ids | # images
train | 632 | 14923 val | 70 | 1599 trainval | 702 | 16522 query | 702 | 2228 gallery | 1110 | 17661 Resuming checkpoints from finetuned model on another dataset...
Traceback (most recent call last):
File "/home/node3/xxx/SSG/selftraining.py", line 405, in
Hi~ I meet the same problem with you. Have you solved it? and please share the method if you could
The author gave this link https://github.com/OasisYang/SSG/issues/2#issuecomment-534236168 for solving this.