Skip to content

Instantly share code, notes, and snippets.

@vjsrinivas
vjsrinivas / FDriver_TIDE.py
Created February 3, 2022 05:12
Basic file for using TIDE on dataset that contains a detection file and corresponding gt file for each image.
'''
NOTE: I would not recommend that you use the standard COCO mAP calculation on VOC2007
They have different methods of calculating the area under the curve (101-point vs 11-point interpolation respectively)
But VOC was chosen because it was another object detection dataset and was one that I had readily available
File structure needed:
---------------------
det
|___ 000001.txt
|___ 000002.txt