mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
6 lines
251 B
Bash
6 lines
251 B
Bash
|
|
||
|
python caffe_export.py --config-file "/export/home/lxy/cvpalgo-fast-reid/logs/dukemtmc/R34/config.yaml" \
|
||
|
--name "baseline_R34" \
|
||
|
--output "logs/caffe_R34" \
|
||
|
--opts MODEL.WEIGHTS "/export/home/lxy/cvpalgo-fast-reid/logs/dukemtmc/R34/model_final.pth"
|