nwojke / deep_sort

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

The problem of running the program on windows #216

Open MarsYYP opened 4 years ago

MarsYYP commented 4 years ago

better change the code in row 320 from ""seq = seq_dets_fn[pattern.find(''):].split('/')[0]"" to ""seq = seq_dets_fn[pattern.find(''):].split(os.sep)[0]'''

then the program will run perferctly in Windows