mirror of
https://github.com/deepseek-ai/DreamCraft3D
synced 2024-12-04 18:15:11 +00:00
Document 'export mesh' feature in README
This commit is contained in:
parent
0ae1a4dc2b
commit
280c6a1635
14
README.md
14
README.md
@ -163,6 +163,20 @@ python launch.py --config configs/dreamcraft3d-coarse-nerf.yaml --train system.p
|
|||||||
## Tips
|
## Tips
|
||||||
- **Memory Usage**. We run the default configs on 40G A100 GPUs. For reducing memory usage, you can reduce the rendering resolution of NeuS by ```data.height=128 data.width=128 data.random_camera.height=128 data.random_camera.width=128```. You can also reduce resolution for other stages in the same way.
|
- **Memory Usage**. We run the default configs on 40G A100 GPUs. For reducing memory usage, you can reduce the rendering resolution of NeuS by ```data.height=128 data.width=128 data.random_camera.height=128 data.random_camera.width=128```. You can also reduce resolution for other stages in the same way.
|
||||||
|
|
||||||
|
## Export Meshes
|
||||||
|
You can export the textured mesh obj using the following scipt:
|
||||||
|
```sh
|
||||||
|
# this uses default mesh-exporter configurations which exports obj+mtl
|
||||||
|
python launch.py --config path/to/trial/dir/configs/parsed.yaml --export --gpu 0 resume=path/to/trial/dir/ckpts/last.ckpt system.exporter_type=mesh-exporter
|
||||||
|
```
|
||||||
|
<details>
|
||||||
|
<summary>
|
||||||
|
Visualization of the example OBJ File.
|
||||||
|
</summary>
|
||||||
|
<p align="center">
|
||||||
|
<img src="assets/mesh_meshlab.jpg">
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
|
BIN
assets/mesh_meshlab.jpg
Normal file
BIN
assets/mesh_meshlab.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue
Block a user