Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Lucid1ty/Yolov5ForCSGO

CSGO agent detection and auto aim
https://github.com/Lucid1ty/Yolov5ForCSGO

aimbot auto-aim autoaim chinese computer-vision csgo detection english object-detection python python3 pytorch yolov5

Last synced: 12 days ago
JSON representation

CSGO agent detection and auto aim

Lists

README

        

# Yolov5ForCSGO

![detectwindow.png](https://s2.loli.net/2023/09/23/8fuIMHGNLDRvZca.png)

English | [įŽ€äŊ“中文](https://github.com/Lucid1ty/Yolov5ForCSGO/blob/main/.github/README_cn.md)

![GitHub Repo stars](https://img.shields.io/github/stars/Lucid1ty/Yolov5ForCSGO?style=social)
![GitHub issues](https://img.shields.io/github/issues/Lucid1ty/Yolov5ForCSGO)
![GitHub forks](https://img.shields.io/github/forks/Lucid1ty/Yolov5ForCSGO?style=social)
![GitHub watchers](https://img.shields.io/github/watchers/Lucid1ty/Yolov5ForCSGO?style=social)



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.





##

YOLOv5 Documentation

See the [YOLOv5 Docs](https://docs.ultralytics.com) for full documentation on training, testing and deployment.

##

Quick Start

Install

Download repo and install [requirements.txt](https://github.com/Lucid1ty/Yolov5ForCSGO/blob/main/requirements.txt) in a [**Python>=3.7.0**](https://www.python.org/) environment, including [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/).

```bash
pip install -r requirements.txt
```

Use


  • Please use administrator privileges to open you Pycharm(or other IDE),and change you CSGO settings : Keyboard&Mouse -> Raw Input -> OFF

  • 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 aim-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

  • After you run main.py, you will see a detection window, you can click mouse5 to open aim mode

  • Close the program : click the detection window and press q

##

Contribute

Please see [Contributing Guide](CONTRIBUTING.md) to get started,Thank you to all our contributors!

##

Contact

For Yolov5ForCSGO bugs and feature requests please visit [GitHub Issues](https://github.com/Lucid1ty/Yolov5ForCSGO/issues).





[assets]: https://github.com/Lucid1ty/Yolov5ForCSGO/releases

##

Reference

https://www.bilibili.com/video/BV1b64y1q7sC

##

Star History

[![Star History Chart](https://api.star-history.com/svg?repos=Lucid1ty/Yolov5ForCSGO&type=Timeline)](https://star-history.com/#Lucid1ty/Yolov5ForCSGO&Timeline)