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

How to obtain Deformable DETR pretrained model (hidden_dim_288) #105

Closed guanw-pku closed 1 year ago

guanw-pku commented 1 year ago

I got an error when loading pretrained deformable detr weight [r50_deformable_detr_plus_iterative_bbox_refinement-checkpoint.pth]. How to obtain the pretrained weight [r50_deformable_detr_plus_iterative_bbox_refinement-checkpoint_hidden_dim_288.pth] used here?

timmeinhardt commented 1 year ago

What error did you get?

The r50_deformable_detr_plus_iterative_bbox_refinement-checkpoint_hidden_dim_288.pth weights are in our model file zip. You can find the download instructions in our docs/INSTALL.md.

guanw-pku commented 1 year ago

Thanks a lot!