koehlp / wda_tracker

Weighted distance aggregation multi person multi camera tracker
MIT License
49 stars 12 forks source link

How to visualize the tracks? #11

Open sry948749099 opened 3 years ago

sry948749099 commented 3 years ago

Hi,

Thanks for the open repository. it is a great project! I had completed Run the single camera tracking and Run the multi camera clustering, got some revelant files. so what need to do if i want to visualize the tracks?

Thanks

koehlp commented 3 years ago

Hey,

you can check e.g. here: https://github.com/koehlp/wda_tracker/blob/master/utilities/draw_multi_camera_tracks.py

But it might be that you have to adjust it a little bit to get it running.

The concept is simple. Just draw every tracking position into the correct camera image and annotate the trackID. You can also annotate in multiple images to get a video.

Just play around.

Thanks,

Philipp

sry948749099 commented 3 years ago

Hi, Philipp

Thanks for your reply I had checked the code in utilities/draw_multi_camera_tracks.py,

i see that it uses the camera full annotation csv files in the MTA_ext_short_coords.zip. Can I visualize the tracts only use the csv files in the MTA_ext_short.zip

thanks