dyhBUPT / StrongSORT

[TMM 2023] StrongSORT: Make DeepSORT Great Again
GNU General Public License v3.0
708 stars 75 forks source link

Using different datasets #110

Closed TanganHitam1 closed 1 month ago

TanganHitam1 commented 2 months ago

I want to use my datasets for the YOLOX detector and then test the DeepSORT / StrongSORT using a mp4 video format, what should I do?

dyhBUPT commented 2 months ago
  1. First, you should prepare detection results using other repos, like ByteTrack, MMDetection.
  2. Second, extract appearance features using other repos, like FastReID.
  3. Third, prepare your detections and features in the DeepSORT format.
  4. Finally, you can get the tracking results with this repo.

Please search for some related closed issues for details.

TanganHitam1 commented 2 months ago

What if I want to direct tracking from .mp4 file using YOLOX as detector

dyhBUPT commented 2 months ago

It is not supported by this repo.