zeyad-mansour / lunar

a neural network aim assist that uses real-time object detection accelerated with CUDA on Nvidia GPUs
https://discord.gg/5n6vS95jWp
GNU General Public License v3.0
412 stars 129 forks source link

FPS is low #292

Open Egon123four opened 1 year ago

Egon123four commented 1 year ago

My FPS when i start lunar vision is 10 to 11 i want to boost it. I tried watching some videos how to improve GPU but now working and i update my driver on GeForce experience. I just downloaded cuda toolkit 11.7 and I didn't do nothing with that. I know the best way is to buy a new graphics card but I'm sure it is possible to boost it at least 10 FPS.

My GPU is Nvidia Quadro K620

Thanks

ghost commented 11 months ago

I am on an RTX 3060, and I get at least 60-80 FPS. Around 70 most times. I've had a problem with the FPS aswell where it was sitting at around 7-8 FPS. And I know exactly how to fix this.

  1. Install CUDA at: https://developer.nvidia.com/cuda-downloads
  2. Install Python 3.8 at the microsoft store
  3. Locate the file location of the requirements.txt and execute the right command to install it (pip install -r requirements.txt)
  4. If it still does not work, I recommend using Windows 10, or completely starting from scratch (fresh install, uninstall everything then reinstall)
  5. I highly recommend installing Geforce Experience with it, to update your drivers to the latest version

From there, you should recieve a much more greater FPS count, for your GPU, maybe at least 20-30 if not more (I'm not experienced with GPU's under RTX 3060).

Although getting a more better graphics card will indefinitely increase Yolov5 performance.

Hoped this helped!