SLS_ReID icon indicating copy to clipboard operation
SLS_ReID copied to clipboard

question

Open yxwhn opened this issue 5 years ago • 2 comments

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

yxwhn avatar Mar 01 '20 07:03 yxwhn

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

jpainam avatar Mar 01 '20 10:03 jpainam

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?

yxwhn avatar Mar 01 '20 15:03 yxwhn