megvii-research / MOTRv2

[CVPR2023] MOTRv2: Bootstrapping End-to-End Multi-Object Tracking by Pretrained Object Detectors
Other
343 stars 44 forks source link

Question about pretrained weight #25

Open wh1sperC opened 1 year ago

wh1sperC commented 1 year ago

Can I change the pretrained weight by myself? I wanna train my own model with pretrained model using YOLOX result called best_ckpt.pth.

zyayoung commented 1 year ago

Do you mean pretrained weight of Deformable DETR or YOLOX? For YOLOX, you can use any weight or detection model as long as the boxes are correctly fed into the network. You may refer to https://github.com/zyayoung/ByteTrackInference for an example of a detection result file (json) generation.

wh1sperC commented 1 year ago

I want to try to use pretrained weight of YOLOX, that means the pretrained weight is YOLOX output model.