Eric Sheng
Eric Sheng






This is result on COCO validation set (val2017), input is 416*416. It seems it does not reach optimal accuracy of the original DarkNet model ``` conf_thresh = 0.001 NMS_IOU_thresh =...
> @ersheng-ai > > * Did you use **converted** or **trained** weights on Pytorch? > * Do you use keeping aspect ration of image during resizing? > YOLOv4 doesn't keep...
> @ersheng-ai Try to use resizing without keeping-aspect-ratio/padding-zeros, will accuracy be better? I will try it
Zero padding is removed so that images of any ratio are squashed or stretched to 416 * 416 Now the results look much closer to https://github.com/AlexeyAB/darknet/issues/5354 ``` Average Precision (AP)...