Description: this is a trigger bot that utilizes the yolov11 model to predict the position of enemies and target head and torso using computer vision
How to use:
- create a custom environment , preferably python 3.8.10 others work too I think
- https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Windows <-- download cuda
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
- install the varies dependencies given in main.py [note:
pip install pywin32
forwin32gui
] python main.py
to run- make sure to change put keybindings for fire to 'p'.
- change the enemy color to purple for better accuracy
Problems faced and areas to improve:
- right now the dataset consists of 640 imgs and was trained on 50 epochs much training should be provided.