GithubHelp home page GithubHelp logo

jackzhousz / 3d-human-pose-perception-from-egocentric-stereo-videos Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hiroyasuakada/3d-human-pose-perception-from-egocentric-stereo-videos

0.0 0.0 0.0 6.92 MB

Inference code of our CVPR 2024 paper, "3D Human Pose Perception from Egocentric Stereo Videos".

Shell 2.51% Python 97.49%

3d-human-pose-perception-from-egocentric-stereo-videos's Introduction

3D-Human-Pose-Perception-from-Egocentric-Stereo-Videos (CVPR 2024)

Official PyTorch inference code of our CVPR 2024 paper, "3D Human Pose Perception from Egocentric Stereo Videos".

img

For any questions, please contact the first author, Hiroyasu Akada [[email protected]] .

[Project Page] [Benchmark Challenge]

Citation

    @inproceedings{hakada2024unrealego2,
      title = {3D Human Pose Perception from Egocentric Stereo Videos},
      author = {Akada, Hiroyasu and Wang, Jian and Golyanik, Vladislav and Theobalt, Christian},
      booktitle = {Computer Vision and Pattern Recognition (CVPR)},
      year = {2024}
    }

UnrealEgo2/UnrealEgo-RW Datasets

Download

You can download the UnrealEgo2/UnrealEgo-RW datasets on our benchmark challenge page.

Depths from SfM/Metashape

You can donwload depth data from SfM/Metashape described in our paper.

Note that these depth data are different from the synthetic depth maps available on our benchmark challenge page.

Implementation

Dependencies

We tested our code with the following dependencies:

  • Python 3.9
  • Ubuntu 18.04
  • PyTorch 2.0.0
  • Cuda 11.7

Please install other dependencies:

pip install -r requirements.txt    

Inference

Trained models

You can download our trained models. Please save them in ./log/(experiment_name).

Inference on UnrealEgo2 test dataset

    bash scripts/test/unrealego2_pose-qa-avg-df_data-ue2_seq5_skip3_B32_lr2-4_pred-seq_local-device_pad.sh

        --data_dir [path to the `UnrealEgoData2_test_rgb` dir]
        --metadata_dir [path to the `UnrealEgoData2_test_sfm` dir]

Please modify the arguments above. The pose predictions will be saved in ./results/UnrealEgoData2_test_pose (raw and zip versions).

Inference on UnrealEgo-RW test dataset

  • Model without pre-training on UnrealEgo2

      bash scripts/test/unrealego2_pose-qa-avg-df_data-ue-rw_seq5_skip3_B32_lr2-4_pred-seq_local-device_pad.sh
    
          --data_dir [path to the `UnrealEgoData_rw_test_rgb` dir]
          --metadata_dir [path to the `UnrealEgoData_rw_test_sfm` dir]
    
  • Model with pre-training on UnrealEgo2

      bash scripts/test/unrealego2_pose-qa-avg-df_data-ue2_seq5_skip3_B32_lr2-4_pred-seq_local-device_pad_finetuning_epoch5-5.sh
    
          --data_dir [path to the `UnrealEgoData_rw_test_rgb` dir]
          --metadata_dir [path to the `UnrealEgoData_rw_test_sfm` dir]
    

Please modify the arguments above. The pose predictions will be saved in ./results/UnrealEgoData_rw_test_pose (raw and zip versions).

For quantitative results of your methods, please follow the instructions in our benchmark challenge page and submit a zip version.

3d-human-pose-perception-from-egocentric-stereo-videos's People

Contributors

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