8000 GitHub - Suraj-Bhor/bomoto
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Suraj-Bhor/bomoto

 
 

Repository files navigation

Bo(dy) Mo(dels) To(ol)

A toolkit for fitting body models to meshes and converting between body models

Installation

  1. Clone the repository and its submodules:

    git clone --recurse-submodules https://github.com/NeelayS/bomoto.git
  2. Install the PyTorch version of your choice, which is compatible with your GPU, from the official website.

  3. Install the dependencies for this repository:

    cd bomoto && python setup.py install
    cd SUPR && python setup.py install && cd ..

Usage

  1. Depending on whether you input data is meshes or model parameter files, choose the appropriate config file from configs/.

  2. Edit it to suit your needs.

  3. Run the script:

    python run.py --cfg configs/<config_file>.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0