This is a small project using python OpenCV, mediapipe, and Tkinter. Here we can control the character's movement using our body posture. This can be improved further and lot of amazing things we can do with it. Updation of the code is highly appreciated.
Thank you.
To get started you need to:
- Clone the repository.
- Install dependencies and Prerequisites
- Run Python Script
- Windows or Ubuntu 18.04 bionic
- Python Dependencies
- Conda Environment (Follow only if normal python Env. not working)
Python Dependencies
sudo apt install python3-dev python3-pip
pip install --upgrade pip
Installation
- https://docs.anaconda.com/anaconda/install/linux/#installing-on-linux
- https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf
Conda Dependencies
conda activate env_name
conda install --channel https://conda.anaconda.org/menpo opencv3
pip install mediapipe
conda install tk
Go to clone folder
python3 Character_control_using_body_posture.py