threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.18k stars 474 forks source link

How to export the scene generated by "prolificdreamer-scene.yaml" to a 3D mesh format? #332

Closed caojiehui closed 10 months ago

caojiehui commented 11 months ago

We use the following command to convert the scene into a 3D mesh format:

config_path=/home/yingjie/threestudio/outputs/prolificdreamer/Golden_rainwater_in_a_fantastical_weather,_realistic_detailed_photo,_4k@20231023-110627/configs/parsed.yaml
resume_path=/home/yingjie/threestudio/outputs/prolificdreamer/Golden_rainwater_in_a_fantastical_weather,_realistic_detailed_photo,_4k@20231023-110627/ckpts/last.ckpt

CUDA_VISIBLE_DEVICES=9 python launch.py --config $config_path --export resume=$resume_path system.exporter_type=mesh-exporter system.exporter.context_type=cuda system.geometry.isosurface_threshold=10.

The generated MP4 video results are excellent, but when using the above command to convert them into 3D mesh, the results are as shown in the following image:

图片

Is there an issue with the command for converting to 3D mesh mentioned above? How should we modify it to generate 3D mesh data corresponding to the video in MP4 format?

BA826974 commented 10 months ago

github提问的咋全是中国人lol

DSaurus commented 10 months ago

This issue is a duplicate of [#329], so I'm closing it to keep discussions centralized.