wizyoung / YOLOv3_TensorFlow

Complete YOLO v3 TensorFlow implementation. Support training on your own dataset.
MIT License
1.55k stars 579 forks source link

yolov3 real-time detection speed #252

Open YongYongLi123 opened 4 years ago

YongYongLi123 commented 4 years ago

device:GTX1650,4GB The input resolution is 416x416. I used your model to run to 15FPS on my device, but the darknet version of yolov3 only has 7FPS. What is the reason? Have you optimized it?