timmeinhardt/trackformer

How to use finetuned model for tracking?

Opened this issue · 0 comments

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?