Skip to content

ankurCES/tf-pose-art

Repository files navigation

tf-pose-art

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.

Demo Video

Requirements

  • Python 3.6
  • Tensorflow keras
  • OpenCV
  • SimpleWebSocketServer
  • node + npm

Download the model from here and place it in models/keras directory

Steps to run

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

High Level Flow

alt text