Vinesh Majethiya
Vinesh Majethiya

Reputation: 33

Getting low fps(13) on yolo tensrflow model

I am Using this repository for my project https://github.com/LeonLok/Deep-SORT-YOLOv4, It is taking 13 fps but my video has 30 fps. I want to increase my FPS Processing to around 30, Please help me to achieve this FPS Processing.

My System Configurations:

python script only using GPU memory enter image description here

I Have tried this approach : -> to use GPU decoder i have tried cv2.cudacodec.createVideoReader but no luck Link

Upvotes: 0

Views: 349

Answers (1)

Mark dG
Mark dG

Reputation: 343

This issue might depend on your video card. High fps with good accuracy on weak hardware is something we all want, but it's not a thing. Pick two, or find the balance between three. The best advice I can give you is, look more into your requirements.

Is processing every frame really necessary?

Also this is Stack Overflow. You go here to get help with code issues. Not Hardware issues nor FPS issues. I recommend going to another forum for your issue.

Upvotes: 4

Related Questions