py-motmetrics icon indicating copy to clipboard operation
py-motmetrics copied to clipboard

Set options = {} to prevent errors

Open toshi-k opened this issue 1 year ago • 2 comments

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 avatar May 30 '24 04:05 toshi-k

@cheind Could you review this PR ?

toshi-k avatar Jun 06 '24 05:06 toshi-k

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

cheind avatar Jun 10 '24 05:06 cheind