Csgo-Object-Detection

Project Description

The Csgo-Object-Detection project focuses on enabling the auto-navigation of player movements within the game. It achieves this by interpreting hand gestures captured from a webcam input, allowing players to control their in-game character's movements.

Additionally, the project leverages an object detection module to identify and shoot targets within the game, providing players with an automated and interactive gaming experience.

Use this project to explore the exciting possibilities of integrating computer vision and gesture recognition into your gaming experience. Have fun and enjoy your gaming adventure!

Original Implementation: https://github.com/pythonlessons

Prerequisites

Before using the Csgo-Object-Detection project, make sure you have the following prerequisites in place:

  1. Tensorflow Object Detection: You'll need to install and configure the TensorFlow object detection API. You can find the official repository for TensorFlow object detection here.

  2. Frozen Inference Graph: Download the frozen inference graph from this link and ensure it is available for your project.

  3. Frozen Inference CSGO: Download the frozen inference CSGO model from this link and make sure to have it ready.

  4. Install Dependencies: pip install requirements.txt