pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.87k stars 21.33k forks source link

Links, examples and additional information about Yolo v4 #2168

Open AlexeyAB opened 4 years ago

AlexeyAB commented 4 years ago

Links, examples and additional information about Yolo v4: https://medium.com/@alexeyab84/yolov4-the-most-accurate-real-time-neural-network-on-ms-coco-dataset-73adfd3602fe?source=friends_link&sk=6039748846bbcf1d960c3061542591d7

Discussion: reddit

YOLOv4 (608x608) - 62 FPS V100 - 43.5% AP - 65.7% AP50 on MSCOCO testdev

comparison_gpus


OpenCV_Vs_TensorRT

ngek commented 4 years ago

Just downloaded and installed YOLO v4 and compared it to YOLO v3 running OpenCV 4.4 on a Linux desktop on a standard set of images of crowds of people. The new version is far worse than v3 at getting an accurate people count. In one image with where v3 found 60 people, v4 finds only 17 and in almost all cases the "probability" numbers are lower for the v4 detections. The source code, images, blob sizes are all identical for both runs.

Is anyone else noticing this issue?