lewes6369 / TensorRT-Yolov3

TensorRT for Yolov3
MIT License
489 stars 165 forks source link

Can i speed up yolov3 with tensorrt when my input is video #56

Open KingWangJL opened 5 years ago

KingWangJL commented 5 years ago

I have completed the official example, but when the input of the model is video, the effect is very poor.i need your help ,thanks.

lewes6369 commented 5 years ago

Can you show me your time cost by video? It should be approximate.

KingWangJL commented 5 years ago

My model is applied to the nano, we hope to detect hand in real time. And The framework I used is pytorch.

lewes6369 commented 5 years ago

Do you have tried the tensorRT version besides pytorch?

KingWangJL commented 5 years ago

yes,i‘m trying the version of TensorFlow.

lewes6369 commented 5 years ago

You can try the tiny-yolov3 and runing it by TensorRT.

KingWangJL commented 5 years ago

yes,i considered the tiny-yolov3,but the high accuracy is required.