Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsaurus/threestudio-meshfitting

A simple extension of ThreeStudio, enabling the use of neural representation to fit a 3D mesh.
https://github.com/dsaurus/threestudio-meshfitting

Last synced: 8 days ago
JSON representation

A simple extension of ThreeStudio, enabling the use of neural representation to fit a 3D mesh.

Awesome Lists containing this project

README

        

# threestudio-meshfitting
![mesh-fitting](https://github.com/DSaurus/threestudio-meshfitting/assets/24589363/236bbad3-902b-4212-9521-99166de8e672)

A simple extension of threestudio, which enables using neural representation to fit a 3D mesh. To use it, please install [threestudio](https://github.com/threestudio-project/threestudio) first and then install this extension in threestudio `custom` directory.

# Installation
```
cd custom
git clone https://github.com/DSaurus/threestudio-meshfitting.git
```

# Quick Start
```
python launch.py --config custom/threestudio-meshfitting/configs/mesh-fitting.yaml --train system.geometry.shape_init="mesh:custom/threestudio-meshfitting/assets/a_Bulbasaur.obj" system.guidance.geometry.shape_init="mesh:custom/threestudio-meshfitting/assets/a_Bulbasaur.obj"
```