JDAI-CV / fast-reid

SOTA Re-identification Methods and Toolbox
Apache License 2.0
3.42k stars 837 forks source link

AssertionError: Checkpoint /path/to/checkpoint_file not found! #631

Closed mamimaka closed 2 years ago

mamimaka commented 2 years ago

根据Getting Started with Fastreid.md中evolution的主命令:python3 tools/train_net.py --config-file ./configs/Market1501/bagtricks_R50.yml --eval-only MODEL.WEIGHTS /path/to/checkpoint_file MODEL.DEVICE "cpu" (我将cuda:0改为了cpu,因为自己没有cuda) 报错如下:

Screenshot_20220126_101105

请问该如何解决呢?

L1aoXingyu commented 2 years ago

MODEL.WEIGHTS /path/to/checkpoint 需要传你自己的模型路径

mamimaka commented 2 years ago

MODEL.WEIGHTS /path/to/checkpoint 需要传你自己的模型路径

明白了,谢谢啦

mamimaka commented 2 years ago

MODEL.WEIGHTS /path/to/checkpoint 需要传你自己的模型路径

问题解决啦