Open Philharmy-Wang opened 3 years ago
It seems that you just trained with COCO-train-2014 and tested with COCO-test-2017 or trained with COCO-val-2017 and tested with COCO-val-2014.
To get fair numbers just validate your model on Codalab-server on test-dev dataset as described there: https://github.com/AlexeyAB/darknet/wiki/How-to-evaluate-accuracy-and-speed-of-YOLOv4#how-to-evaluate-ap-of-yolov4-on-the-ms-coco-evaluation-server
I have trained my model on the MS COCO dataset, and I know how to get the value of AP0.75. But the paper needs the values of AP small and AP large. I want to know how these values are obtained. Is there any command in darknet to get these values directly?