kir486680 / csgo_aim

Aim assist for CSGO with python and yolo
62 stars 17 forks source link

Congrats and 1 bug detected #6

Open ofeksadlo opened 4 years ago

ofeksadlo commented 4 years ago

First of all well done! I've made the same theme project and it's nice to see something to compare to. The first thing that I think you need to add is a requirement.txt. But after installing all the required models by relaunching every time to see another model missing. I tried to launch the detect.py in yolov5s-Pytorch and it gave me an error:

You did said it's still in development so it's ok if it's not ready

The yolov3 version worked fine a bit slow on my laptop though. I would consider to lower the input image for the model instead of 416x416 to something like 288x288 or even 160x160. And instead of grabing the entire screen grab only the input image to accelerate detection time. An FOV is important for an aimbot in order to focus on what you're aiming on.

All in all great job!! waiting to see a decent implementation of yolov5.