Giter VIP home page Giter VIP logo

ganeratedhandsforreal_time's Introduction

Ganerated Hands For Real Time in Keras

original paper site: https://handtracker.mpi-inf.mpg.de/projects/GANeratedHands/

I'm not original member.

I just re-implemented using keras.

(To Do)

  • Refactoring the code how to training each model.

Using monocular RGB camera track 3D hand pose.

It is consist with GeoConGAN(offline), RegNet and fitting function(online).

Alt text

GeoConGAN

Using GeoConGAN for Data Augmentation. It is based on CycleGAN.

Just using CycleGAN made undesirable result. So using geometrical consistent loss for keep hand shape.

Alt text

No Geometric loss result (To do)

Geometric loss result (To do)

RegNet

It`s input is 256x256 image and output is 2D Renderd heat map and 3D positions

It is based on ResNet. Origin author use ProjLayer to give relevance each other. ProjLayer make 3D position to 2D Rendered Heatmap.

In my code, I split it to ProjLayer, RenderingLayer. ProjLayer change 3D position to 2D position.

And RenderingLayer change 2D position to Heat map

Alt text

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Requirement

  • Tensorflow 1.12
  • keras 2.2.4
  • numpy 1.16.2
  • pillow 6.0
  • opencv 3.4

How to use

  1. Clone into your local directory.

    C:\user\local> git clone https://github.com/Ninebell/GaneratedHandsForReal_TIME
    
  2. Move to project folder

    C:\user\local> cd GaneratedHandsForReal_TIME
    
  3. You can run command (To do)

    C:\user\local> python test_regnet.py command
    

    Command List

    • train --i data_path
    • test --i image_data_set_path
    • test --v video_file_path

    ex)

    C:\user\local> python test_regnet.py train --i data_path
    

Data Set

License

This project is licensed under the MIT License - see the LICENSE file for details

ganeratedhandsforreal_time's People

Contributors

ninebell avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.