Multitarget-tracker icon indicating copy to clipboard operation
Multitarget-tracker copied to clipboard

build but cant run or find exe

Open SabraHashemi opened this issue 2 years ago • 1 comments

hi, i have built your code using camake and visual studio, but I don't know how to run an example I just have dll and libs, can you provide documentation?

SabraHashemi avatar Mar 09 '22 10:03 SabraHashemi

Hi! You must build in cmake with examples option: cmake_multitracker

And after building in MS Visual studio: folder_multitracker

You can run Multitarget-tracker.exe with some options from command line:

MultitargetTracker.exe London_Road_Traffic_England_A3_near_M25_Heavy_Traffic.webm -ef=0 -inf=tensorrt -hm=0 -e=6 -o= -ed=1

Nuzhny007 avatar Mar 12 '22 21:03 Nuzhny007