Giter VIP home page Giter VIP logo

decoupled_hpg's Introduction

Diverse 3D Human Pose Generation in Scenes based on Decoupled Structure (CASA 2024)

Teaser

Code repository for the paper "Diverse 3D Human Pose Generation in Scenes based on Decoupled Structure".

Contents

  1. Code Structure
  2. Install
  3. Data
  4. Run
  5. Reference

Code Structure

cfg_files: Parameters for training and generation.

lib/misc/utils: Miscellaneous parameters, functions, and classes.

models: Pose generator and contact generator.

train_posa.py: Functions for training the contact generator.

affordance.py: Functions for generation.

run.py: Scripts for running the training and generation.

Install

This code respository is mainly based on POSA, please refer to this repository for the installation of the environment.

Data

Before running the code, you need to download the following data:

Run

You need to train the pose and contact generator before running the generation.

Training

Uncomment the corresponding line and run run.py to train the contact generator:

run_train_posa()

Generation

After training the pose generator and contact generator, you can use the trained model during the generation. Uncomment the corresponding line and run run.py to run the generation:

run_affordance('ours_debug', debug=True)

By default, this will generate only one sample in offscreen mode. You can modify the parameters for visualizing the generation process and generaing more samples in one time.

Reference

We referred to some code of POSA. The pose generator is based on VPoser. Thanks to these authors for their great work.

decoupled_hpg's People

Contributors

dangbowen-bell avatar

Watchers

 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.