mirror of https://github.com/JDAI-CV/fast-reid.git
11 lines
538 B
Bash
11 lines
538 B
Bash
|
|
python caffe_inference.py --model-def "logs/caffe_R34/baseline_R34.prototxt" \
|
|
--model-weights "logs/caffe_R34/baseline_R34.caffemodel" \
|
|
--height 256 --width 128 \
|
|
--input \
|
|
'/export/home/DATA/Market-1501-v15.09.15/bounding_box_test/1182_c5s3_015240_04.jpg' \
|
|
'/export/home/DATA/Market-1501-v15.09.15/bounding_box_test/1182_c6s3_038217_01.jpg' \
|
|
'/export/home/DATA/Market-1501-v15.09.15/bounding_box_test/1183_c5s3_006943_05.jpg' \
|
|
'/export/home/DATA/DukeMTMC-reID/bounding_box_train/0728_c4_f0161265.jpg' \
|
|
--output "caffe_R34_output"
|