This is a YOLOV7 based APEX Aimbot
Note: This is an educational purposes only software, do not use it for any commercial or illegal purposes, we will not be responsible for any unauthorized usage of this software
My envrionment uses python 3.7
conda create -n apex python=3.7 -y
conda activate apex
pip install pipwin
pipwin install pycuda
pip install -r requirements.txt
Install cuda 11.8 with tensorrt following the NVIDIA official instructions
Running for apex (default hold left/right button to auto aim, side button(x2) to auto aim and shoot, side button(x1) to enable and disable the AI:
python apex.py
You can get the customized settings in configs/apex.yaml
, set your suitable smooth
hyperparameter
This repo refines the bounding box, enhancing the accuracy
python utils/anno_imgs.py --data_dir your_dataset_dir --engine_path your_trt_engine_path