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 use finetuned model for tracking? #126

Open ymoghadd opened 3 months ago

ymoghadd commented 3 months ago

Hi,

I am currently trying to finetune the MOT17 private model on a custom dataset (specifically the TUMTraf Intersection Dataset) and then want to do inference/tracking. I looked at the documentation and it is clear how to do fine-tuning, but the structure of the dataset does not include testing data to then perform inference. How must I structure my dataset to do fine-tuning followed by inference?