petercunha / Pine

:evergreen_tree: Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
MIT License
441 stars 76 forks source link

About maximum FPS #46

Open anderson20210704 opened 3 years ago

anderson20210704 commented 3 years ago

I have turned on CUDA acceleration. but still can only get about 30FPS (15FPS when I use the CPU). My graphics card is 3050ti. I observe that the GPU does not Full load, is this normal? What is the maximum FPS that can be achieved? If I want to increase FPS and improve my performance in the game, what should I do?

GitClo commented 2 years ago

I have turned on CUDA acceleration. but still can only get about 30FPS (15FPS when I use the CPU). My graphics card is 3050ti. I observe that the GPU does not Full load, is this normal? What is the maximum FPS that can be achieved? If I want to increase FPS and improve my performance in the game, what should I do?

"the gpu does not fully load" if you saw your gpu not at 100% in taskbar, that's ok because when using cuda, windows drivers do not see resources that are drained by using cuda on your gpu

rlewkowicz commented 2 years ago

I stumbled across this, and I see the stars so people must be using it. After trying to build similar projects, it's my opinion you'll never make this work well enough via python. I was just passing by and looked at the issues to see if this is really working for folks.

I feel like I could never get the frame capture to work as smoothly as I needed, and then on windows inference time was always much higher than Linux.