theAIGuysCode / yolov4-deepsort

Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
GNU General Public License v3.0
1.34k stars 752 forks source link

tflite running at .5 fps on RTX 2080 TI founders edition #6

Open robisen1 opened 4 years ago

robisen1 commented 4 years ago

For some reason, tflite is running slower than any other model. I am using a RTX 2080 TI Founders edition. Using tflite before I get really high FPS. Any idea what the issue is?

forever208 commented 3 years ago

I've got the same problem on Colab. the model run at 20 fps on Tesla P100, but run at 0.5 fps by tflite. @theAIGuysCode could you please help us check out this issue?