PeizeSun / TransTrack

Multiple Object Tracking with Transformer
MIT License
622 stars 109 forks source link

Question about demo #10

Closed raja1196 closed 2 years ago

raja1196 commented 3 years ago

Thanks for releasing the code implementation of TransTrack. I noticed that you have mentioned in the requirements about demo. Is there a timeline to release demo files so that we can test the pre-trained models on our own videos?

PeizeSun commented 3 years ago

Hi~ Please refer to step6 in README.

raja1196 commented 3 years ago

Hello, I went through the txt2video.py under the track_tools for the demo. It looks like they are only for MOT train/val videos. Is it possible to test on our own videos?

PeizeSun commented 3 years ago

Hello, I went through the txt2video.py under the track_tools for the demo. It looks like they are only for MOT train/val videos. Is it possible to test on our own videos?

Yep~

  1. Convert your own videos annotations as the format
  2. Run the evaluation code
  3. Change txt2video.py and run it