PeizeSun / TransTrack

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

Running on video #38

Closed rvrsprdx closed 2 years ago

rvrsprdx commented 3 years ago

Hi,

I have a video I want to run TransTrack on to visually see how it perfoms. (Don't need any quantitative evaluation) It's a simple video without any annotations. How could this be achieved?

Thx!

PeizeSun commented 3 years ago

Hi~ We just add demo.py code, you can use it by python3 demo.py --video_input video.mp4 --demo_output demo_output --resume checkpoint671.pth --with_box_refine