webdesignermsk / Yolo-v8-Apex-Aim-assist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolo v8 Aim Assist

How to set up the environment

pip install -r requirements.txt if you have a cuda capable gpu, you can running the following extra command pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116

How to run the program

just run the main.py file with the following command python main.py After a few seconds, the program will start to run. You can see Main Start in the console. Once you click the right mouse button, the program will start to aim at the enemy.

How to change the settings

You can change the settings in the args.py file.

Note

This program is only for educational purposes. I am not responsible for any damage caused by this program.

About


Languages

Language:Python 100.0%