nwojke / deep_sort

Simple Online Realtime Tracking with a Deep Association Metric
GNU General Public License v3.0
5.28k stars 1.47k forks source link

I have a question about the deep_sort_app.py file. Is this file can run multiple MOT sequence? #146

Open 404hasbeenfound opened 5 years ago

404hasbeenfound commented 5 years ago

i raise this question because your readme run

python deep_sort_app.py \ --sequence_dir=./MOT16/test/MOT16-06 \ --detection_file=./resources/detections/MOT16_POI_test/MOT16-06.npy \ --min_confidence=0.3 \ --nn_budget=100 \ --display=True

the sequence_dir and the detection_file are single.

nwojke commented 5 years ago

You are right, the script deep_sort_app.py only runs on a single sequence. If you want to evaluate multiple sequences, you will have to write a wrapper similar to this file.