jpainam / SLS_ReID

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

question #5

Open yxwhn opened 4 years ago

yxwhn commented 4 years ago

I have a problem while running DCGAN. Can you help me?

when I run "python main.py -- dataset cluster_0 --train --parent checkpoint market_train_64_128_128" There is a error: image

jpainam commented 4 years ago

sorry, i removed the checkpoints tjhat were previously uploaded. You can train afresh using

mkdir data
ln -rs your_dataset_path/market1501/bounding_box_train ./market_train
// Train with the all training set
python main.py --dataset market_train --train
yxwhn commented 4 years ago

sorry, i removed the checkpoints tjhat were previously uploaded. You can train afresh using

mkdir data
ln -rs your_dataset_path/market1501/bounding_box_train ./market_train
// Train with the all training set
python main.py --dataset market_train --train

Yes,I have done it like this:

mkdir data

ln -rs your_dataset_path/market1501/bounding_box_train ./market_train // Train with the all training set python main.py --dataset market_train --train

and I hava get checkpoint: market_train_64_128_128; but I follow your step2:

python main.py --dataset cluster_0 --train --parent checkpoint market_64_128_128 python main.py --dataset cluster_0 --train --parent checkpoint market_64_128_128 python main.py --dataset cluster_0 --train --parent checkpoint market_64_128_128

I meet a error: image

and I can not sovle it ,Can you hele me?