xinghaochen / caffe-pose

Modified Caffe for hand pose estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caffe-Pose

Modified Caffe that supports hand pose estimation.

Features

  • Data layers for ICVL, NYU, MSRA, Hands17 hand pose dataset
  • PoseDistance layer to display mean joint error in training
  • tools/output_pose to save predicted labels
  • Baseline for hand pose estimation in ICVL, NYU, MSRA dataset

Files have been changed (compared with caffe@e963ef4)

  • data_transformer.hpp/cpp (functions added and modified)
  • io.hpp/cpp (functions added and modified)
  • smooth_l1_loss_layer.hpp/cpp (added, from rbgirshick's caffe-fast-rcnn)
  • roi_pooling_layer.hpp/cpp (added, from rbgirshick's caffe-fast-rcnn)
  • pose_data_layer.hpp/cpp (added)
  • pose_distance_layer.hpp/cpp (add)
  • tools/output_pose (added)
  • caffe.proto (parameters added and modified)

Changelog

  • Added tools/output_pose
  • Added PoseDistanceLayer
  • Added PoseDataLayer
  • Merged ROIPoolingLayer from rbgirshick's caffe-fast-rcnn
  • Merged SmoothL1LossLayer from rbgirshick's caffe-fast-rcnn
  • Forked caffe from caffe@e963ef4

Caffe

Build Status License

Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by Berkeley AI Research (BAIR)/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.

Custom distributions

Community

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!

License and Citation

Caffe is released under the BSD 2-Clause license. The BAIR/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}
}

About

Modified Caffe for hand pose estimation

License:Other


Languages

Language:C++ 79.8%Language:Python 8.9%Language:Cuda 6.6%Language:CMake 2.7%Language:MATLAB 0.9%Language:Makefile 0.6%Language:Shell 0.4%Language:Dockerfile 0.1%