cheind / py-motmetrics

:bar_chart: Benchmark multiple object trackers (MOT) in Python
MIT License
1.36k stars 258 forks source link

Update eval_detrac.py #171

Closed Ardeshir-Shon closed 1 year ago

Ardeshir-Shon commented 1 year ago

Logging is never executed and always raises an error which is not correct. I made the changes in a way that the log level is checked with valid values and cast into integer. Please accept the change because debugging is very hard for now.

cheind commented 1 year ago

thx!