Closed dvd42 closed 4 years ago
Hmm it seems there were no detections after fixing one of the error types, so computing the new mAP resulted in an error.
Does your dataset and results file run fine in COCOEval? And have you selected the right evaluation mode for your task (TIDE.box
, TIDE.mask
)?
Yes the dataset and results run fine on COCOEval. However I am closing this issue, since after reinstalling TIDE I can no longer reproduce the error.
float division by zero Error in td.plot and td.summarize when all errors are 0 and maps are 0
I am getting
ZeroDivisionError
when usingtide.summarize()
for two custom datasets in COCO format.Why is this happening exactly?