Skip to content

Repository files navigation

English | 简体中文


This project uses YOLOv5 to realize character detection in CSGO games and auto aim

YOLOv5 🚀 is a family of object detection architectures and models pretrained on the COCO dataset, and represents Ultralytics open-source research into future vision AI methods, incorporating lessons learned and best practices evolved over thousands of hours of research and development.

Documentation

See the YOLOv5 Docs for full documentation on training, testing and deployment.

Quick Start

Install

Clone repo and install requirements.txt in a Python>=3.7.0 environment, including PyTorch>=1.7.

git clone https://github.com/Lucid1ty/Yolov5ForCSGO.git  # clone
cd Yolov5ForCSGO
pip install -r requirements.txt  # install
Use
  • If you don't have a weight file and want to directly use the weight file I provide you, just run main.py under the aim-csgo directory
  • If you already have a weight file (similar to xxx.pt) and don't want to use the weight file I provide you, open the directory aim-csgo/CSGOModels,put your own weight file in it, and then open csgo/cs_model.py, modify the code in line 13 (change it to your own weight file path). Then run main.py
  • If you don't have a weight file and don't want to use the weight file provided by me, please train your own weight file first, and then refer to the previous one

Contribute

Please see Contributing Guide to get started,Thank you to all our contributors!

Contact

For Yolov5ForCSGO bugs and feature requests please visit GitHub Issues.


About

CSGO character detection and auto aim

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages