I am training some Object-Detection-Models from the TensorFlow Object Detection API and got from the evaluation with MS COCO metrics the following results for Average Precision:
IoU = 0.5;0.9 maxDets = 100 area = small AP = -1.000
The other values all make sense to me. But I don“t know what the -1.000 stands for. Does it mean that there are no small objects in my dataset to be detected?