timmeinhardt / trackformer

Implementation of "TrackFormer: Multi-Object Tracking with Transformers”. [Conference on Computer Vision and Pattern Recognition (CVPR), 2022]
https://arxiv.org/abs/2101.02702
Apache License 2.0
509 stars 115 forks source link

Where to find checkpoints ? #92

Closed maximereder closed 1 year ago

maximereder commented 1 year ago

Hi,

I am trying to use the Trackformer architecture. I done all installation.

Now, I'm running : !python src/track.py with \ reid \ tracker_cfg.public_detections=min_iou_0_5 \ obj_detect_checkpoint_file=models/mot17_deformable_multi_frame/checkpoint_epoch_50.pth

But I have the following error : FileNotFoundError: [Errno 2] No such file or directory: 'models/mot17_deformable_multi_frame/config.yaml'

It seems missing checkpoints. Where we can download models ?

Thanks,

Maxime.

timmeinhardt commented 1 year ago

Please check step 4 of the INSTALL.md.