An Interesting Fighting Game using Style-based Generative Adversarial Network and Real-time Human Pose Estimation
-
Clone the project
git clone https://github.com/LeoTheBestCoder/CV-Final-Project
-
Create a virtual environment with
condaconda create -n CV python=3.9
-
Activate the virtual environment
conda activate CV
-
Install required packages
pip install -r requirements.txt
-
Run
main.pypython main.py
-
Player 1
W, A, S, D: move
R: attack
F: defense -
Player 2
Arrow key: move
Space: attack
M: defense
This project exists thanks to all people who contribute.