Coder Social home page Coder Social logo

caomw / deep_hand_pose Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jsupancic/deep_hand_pose

0.0 2.0 0.0 62.75 MB

Provides the source code for the deep learning components mentioned in "Depth-based hand pose estimation: methods, data, and challenges"

License: Other

CMake 2.96% Makefile 0.67% Shell 0.38% C++ 80.40% Cuda 4.89% MATLAB 0.95% M 0.01% Python 8.26% Protocol Buffer 1.49%

deep_hand_pose's Introduction

Deep Hand Pose

examples/deep_hand_pose/train.sh should run my implementation of [1] on the NYU dataset. It can be configured to use a variety of datasets.

[1] M. Oberweger, P. Wohlhart, and V. Lepetit. Hands Deep in Deep Learning for Hand Pose Estimation. CVWW, 2015.

I've added 3 new layers to caffe, in the src/caffe/layers directory

  • HandData which loads a variety of hand image/annotation formats
  • PCA which implements Oberweger's PCA bottleneck initialization
  • MVRegLoss which adds visualization to the euclidean loss

step-by-step instructions

git clone [email protected]:jsupancic/deep_hand_pose.git ~/deep_hand_pose

  • I've converted the annotations from .mat to .csv for you:

cd ~/deep_hand_pose/

cp nyu_csv_annotations/test/*.csv /mnt/data/NYU-Hands-v2/test/

cp nyu_csv_annotations/test/*.csv /mnt/data/NYU-Hands-v2/train/

  • Compile caffe and deep_hand_pose

cd ~/deep_hand_pose/ && mkdir build && pushd build && cmake .. && make -j16 && popd

  • create the directory where results will be stored

mkdir out

  • now run the pre-trained model on the NYU dataset!

examples/deep_hand_pose/train.sh

Deep Hand Base License and Citation

The license is the same as caffe from which this is derived. Please see below.

If you find this useful, relevant citations would be

@article{supancic2015depth,
  title={Depth-based hand pose estimation: methods, data, and challenges},
  author={Supancic III, James Steven and Rogez, Gregory and Yang, Yi and Shotton, Jamie and Ramanan, Deva},
  journal={arXiv preprint arXiv:1504.06378},
  year={2015}
}

and

@article{oberweger2015hands,
  title={Hands Deep in Deep Learning for Hand Pose Estimation},
  author={Oberweger, Markus and Wohlhart, Paul and Lepetit, Vincent},
  journal={arXiv preprint arXiv:1502.06807},
  year={2015}
}

Caffe

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors.

Check out the project site for all the details like

and step-by-step examples.

Join the chat at https://gitter.im/BVLC/caffe

Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.

Happy brewing!

Caffe License and Citation

Caffe is released under the BSD 2-Clause license. The BVLC reference models are released for unrestricted use.

Please cite Caffe in your publications if it helps your research:

@article{jia2014caffe,
  Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
  Journal = {arXiv preprint arXiv:1408.5093},
  Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
  Year = {2014}
}

deep_hand_pose's People

Contributors

cnikolaou avatar cypof avatar darrengarvey avatar dgolden1 avatar erictzeng avatar flx42 avatar jamt9000 avatar jeffdonahue avatar jsupancic avatar jyegerlehner avatar kloudkl avatar longjon avatar lukeyeager avatar mavenlin avatar mohomran avatar mtamburrano avatar netheril96 avatar philkr avatar pluskid avatar qipeng avatar rbgirshick avatar ronghanghu avatar sergeyk avatar sguada avatar shelhamer avatar ste-m5s avatar tdomhan avatar tnarihi avatar yangqing avatar yosinski avatar

Watchers

 avatar  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.