megvii-research / MOTR

[ECCV2022] MOTR: End-to-End Multiple-Object Tracking with TRansformer
Other
635 stars 93 forks source link

How to train custom data? #58

Open clearlove7-piggy opened 2 years ago

clearlove7-piggy commented 2 years ago

I wanna train my custom data not MOT, What should I do ?

HassanAliAnsari commented 1 year ago

It is very easy to train on custom dataset. It depends on your custom data type whether it is single class or multi-class. If it is single class then you can just convert your train into MOT format and use MOT training pipeline. If it is multi-class then you can just convert your data into bdd100k data format and use motr_bdd100k training pipeline.

abdallah1989203 commented 1 year ago

@HassanAliAnsari can you explain How? I have labeled my data in CVAT and exported it as MOT 1.1 format. Is this format suitable for training? I am missing seqinfo files. It would be very helpful if you could explain it to me.

abdallah1989203 commented 1 year ago

and It is just single class.