Git Product home page Git Product logo

repnet's Introduction

RepNet

This is the original implementation of the CVPR 2019 Paper "RepNet: Weakly Supervised Training of an Adversarial Reprojection Network for 3D Human Pose Estimation" by Bastian Wandt and Bodo Rosenhahn.

Getting Started

Required packages:

  • numpy
  • scipy
  • h5py
  • keras
  • tensorflow

For visualization you also need:

  • matplotlib

Testing

Clone the repository and run eval_h36m.py for an example evaluation of a sequence of detections from the Human3.6M database.

Training

Unfortunately, due to licensing it is not possible to provide the training and evaluation data for Human3.6M. However, you can easily create your own training data if you have access to the dataset. For the 3d data the data structure is a simple Fx48 Matlab matrix, where each row describes a single frame. The row vector contains the x,y,z coordinates of the joints in the format (x_1, x_2, ..., x_16, y_1, y_2, ..., y_16, z_1, z_2, ..., z_16). Note that the measurements are in millimeters and all 3d poses are aligned to a template as described in the paper. The 2d data has the same structure except the missing z-coordinates.

After creating your training data run train_repnet.py.

Citation

Please cite the paper in your publications if it helps your research:

@inproceedings { Wandt2019RepNet,
  author = {Bastian Wandt and Bodo Rosenhahn},
  title = {RepNet: Weakly Supervised Training of an Adversarial Reprojection Network for 3D Human Pose Estimation},
  booktitle = {Computer Vision and Pattern Recognition (CVPR)},
  year = {2019},
  month = jun
}

Links to the paper:

License

This project is licensed under the MIT License.

repnet's People

Contributors

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