Inspired by "The Treachery of Sanctuary"
This tries to create art based on the human pose estimation model. Used tensorflow + Coco model for human pose estimation and Babylon.js to generate the art based on movement.
- Python 3.6
- Tensorflow keras
- OpenCV
- SimpleWebSocketServer
- node + npm
Download the model from here and place it in models/keras
directory
Clone this repo and run the following
$> cd tf-pose-art
$> python pose_estimate.py
$> node sever.js
Navigate in your browser to http://localhost:3000