ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.8k stars 905 forks source link

May I only use ByteTrack to improve the result of detection ? #363

Open le02146 opened 1 year ago

le02146 commented 1 year ago

I am using yolo model to run object detect, instead of tracking. I trained yolo on many images with bboxes of car, then run car detection on a video/images. The problem is that some of the frames are missing which has no any predicted detection, may I use ByteTrack method to improve(postprocessing or offline or online?) the result of detection? For example, could ByteTrack predict the bbox of one car when yolo could not output any car bbox in a frame. Thanks.