david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
636 stars 220 forks source link

Low FPS #105

Open FrankXinqi opened 3 years ago

FrankXinqi commented 3 years ago

I run the code with YOLOv4 darknet and find the FPS is only about 20. Did I do something wrong?

david8862 commented 3 years ago

@FrankXinqi how did you run the model? keras framework work on python runtime, so the speed may not be so powerful as the original darknet based on pure C