Git Product home page Git Product logo

globalegomocap's Introduction

Egocentric Pose Optimizer

The official implementation of paper:

Estimating Egocentric 3D Human Pose in Global Space.

[project page]

If you find this repository useful, please cite:

@InProceedings{Wang_2021_ICCV,
    author    = {Wang, Jian and Liu, Lingjie and Xu, Weipeng and Sarkar, Kripasindhu and Theobalt, Christian},
    title     = {Estimating Egocentric 3D Human Pose in Global Space},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2021},
    pages     = {11500-11509}
}

Optimize the motion sequences in proposed dataset

  1. Install pytorch 1.4+ with cuda support.
  2. Run mkdir networks/logs and download the trained VAE model into directory networks/logs from here.
  3. Run mkdir data and download the processed test sequences into directory data from here.
  4. Run the test on the sequences:
python optimize_whole_sequence.py --data_path data/jian3
python optimize_whole_sequence.py --data_path data/studio-jian1
python optimize_whole_sequence.py --data_path data/studio-jian2
python optimize_whole_sequence.py --data_path data/studio-lingjie1
python optimize_whole_sequence.py --data_path data/studio-lingjie2

Train the motion vae

If you want to train the motion VAE, See directory networks

prepare the data for optimization

If you want to run on your own dataset, you need to firstly preprocess the data following the scripts in directory: MakeDataForOptimization. Basically you need to prepare the following data:

  1. Predicted human body heatmap in egocentric view.
  2. Predicted human body joint depths in egocentric view.
  3. Human body ground truth (for calculating MPJPEs).
  4. Camera pose sequence from the OpenVSLAM method.

All of these data are combined into a single pickle file for each sequence.

globalegomocap's People

Contributors

jianwang-mpi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

globalegomocap's Issues

How to generate 2D heatmap and joint depths

Hello,I am very interested in your project.
I am trying to create a custom dataset using MakeDataForOptimization that you provided.
Could you guide me on how to generate a 2D heatmap and joint depths from the fisheye images I've taken myself?
Thanks.

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.