cheind / py-motmetrics

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

Adding ignore zones for UA-DETRAC #135

Open agirbau opened 3 years ago

agirbau commented 3 years ago

UA-DETRAC dataset does not have all the objects in the frames annotated. They use a so-called "ignore zones" to remove the detections that would correspond to False Positives for corresponding to a non-annotated object. This PR filters both ground truth and detections present in the ignore zones.

Rachel0x0 commented 11 months ago

Is it to paint the ignore zones black?

cheind commented 11 months ago

There seems to be some new? packages missing from shapely.geometry import Point. I'm not too keen about adding new external libraries until absolutely necessary. Could you rewrite your code without shapely?