cheind / py-motmetrics

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

Set options = {} to prevent errors #191

Open toshi-k opened 1 month ago

toshi-k commented 1 month ago

This PR resolve #190 issue.

When we utilize motmetrics with other packages such as nuscenes-devkit, options = {"ana": ana} sometimes cause errors. This PR set options = {} when ana is None and prevent errors.

toshi-k commented 1 month ago

@cheind Could you review this PR ?

cheind commented 1 month ago

Tests are passing - just wondering where the ana came from in the first place. Will investigate, so that we don't accidentally break things