Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neelays/bomoto
https://github.com/neelays/bomoto
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neelays/bomoto
- Owner: NeelayS
- License: other
- Created: 2023-10-23T21:42:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T18:27:59.000Z (4 months ago)
- Last Synced: 2024-10-12T04:28:05.864Z (about 1 month ago)
- Language: Python
- Size: 257 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: support_data/deformation_matrices/README.md
Awesome Lists containing this project
README
# 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:
```bash
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](https://pytorch.org/).
3. Install the dependencies for this repository:
```bash
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:```bash
python run.py --cfg configs/.yaml
```