Zhongdao / Towards-Realtime-MOT

Joint Detection and Embedding for fast multi-object tracking
MIT License
2.37k stars 539 forks source link

Ship tracking #231

Open fancyfeifei opened 2 years ago

fancyfeifei commented 2 years ago

hi,I want to implement ship tracking How to customize the dataset?

Zhongdao commented 2 years ago

Hi, I suggest you use UniTrack. See the YOLOX+UniTrack demo for an example, it supports ship tracking. An advantage of UniTrack is that it does not need training for the tracking part. All you need is a ship detector. If you still want to use JDE, you need to prepare your dataset by annotation bounding boxes and also identity labels (which requires much efforts).

fancyfeifei commented 2 years ago

thank u I will have a try