AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.75k stars 7.96k forks source link

input size of yolov4-csp in readme #7119

Closed syjeon121 closed 3 years ago

syjeon121 commented 3 years ago

@AlexeyAB hi, two images below are the readme and a table of your paper. I think the input size 608 and 640 are the same model, right?

image

image

AlexeyAB commented 3 years ago

@syjeon121 Hi, thanks! I fixed it: https://github.com/AlexeyAB/darknet#pre-trained-models It should be 640x640

syjeon121 commented 3 years ago

thanks!