nolanzzz / mtmct

Design and Implementation of a Multi-Target Multi-Camera Tracking Solution
https://wiser.cas.mcmaster.ca/?docs=interactive-perception-on-edge-devices#6-toc-title
MIT License
79 stars 14 forks source link

how to run the track.py? there are no images but videos in mta dataset. However, in track.py, the load_image function is used. ^-^ #2

Closed jellyshuang closed 2 years ago

nolanzzz commented 2 years ago

I suppose you were referring to ../fair/src/track.py? It does run on images directly so it requires pre-preparation (dividing videos into image frames with ffmpeg). However, you can easily switch from LoadImage to LoadVideo and references can be found in ../fair/src/demo.py.

nolanzzz commented 2 years ago

Issue solved