COCO Annotation IDs should begin with 1 (#748)
Currently the annotation ID begins with 0 which is interpreted by cocoapi as a false detection. The array dtm saves the matches via the ground truth annotation ID. The variable dtm is initialized as an array of zeros.main636becdc73/PythonAPI/pycocotools/cocoeval.py (L269)636becdc73/PythonAPI/pycocotools/cocoeval.py (L295)636becdc73/PythonAPI/pycocotools/cocoeval.py (L375)
parent
df4589b52e
commit
b3d3ad24a9
Loading…
Reference in New Issue