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: about 1 year ago
JSON representation
A simple extension of ThreeStudio, enabling the use of neural representation to fit a 3D mesh.
- Host: GitHub
- URL: https://github.com/dsaurus/threestudio-meshfitting
- Owner: DSaurus
- Created: 2023-11-30T13:24:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T12:05:25.000Z (over 2 years ago)
- Last Synced: 2025-04-19T14:57:45.282Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 770 KB
- Stars: 30
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# threestudio-meshfitting

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"
```