I'm trying to run 'mAP_evaluation.py' to get mAP evaluation on my own dataset: https://github.com/Tessellate-Imaging/Monk_Object_Detection/tree/master/4_efficientdet/lib
but the whole python file is made for COCO dataset only I think, but if I use the function evaluate_coco() then I don't know how to customize my dataset to match the function. Please help.
P/S: I already trained and export the EfficientDet model (pth file), predicted test images/videos, just don't know how to evaluate.
you can fix the issue like that
so I fixed right here from mAP_evaluation.py: