experiencor / keras-yolo3

Training and Detecting Objects with YOLO3
MIT License
1.61k stars 861 forks source link

Very slow inference speed #325

Closed brian123214 closed 2 years ago

brian123214 commented 2 years ago

I tested the algorithm with a V100 gpu and get about 60 ms for one prediction. This is with batch size 1. Are there any other ways to improve speed? Maybe changing iou threshold or nms threshold? I also tried using a pytorch implementation and it was about 5 ms.