mikel-brostrom / boxmot

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models
GNU Affero General Public License v3.0
6.71k stars 1.71k forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'deep_sort_pytorch/deep_sort/deep/checkpoint/ckpt.t7' #142

Closed besbesmany closed 3 years ago

besbesmany commented 3 years ago

I got this error how to get chpt.t7??

mikel-brostrom commented 3 years ago

The CI pipeline is passing which means that everything should work "out of the box" simply by calling track.py with the flags of your choice. Try to start from a clean slate. Re-clone so that you can be sure that you get the latest updates (automatic weight downloads among others) and then try something like

python3 track.py --source 0 --show-vid
besbesmany commented 3 years ago

thank you sir

PWSong-ustc commented 3 years ago

You should download it from google drive through a website by yourself.

mikel-brostrom commented 3 years ago

You should download it from google drive through a website by yourself.

This is not the case anymore. The weights are now downloaded automatically, both Yolov5 and DeepSort