sherwinbahmani / 4dfy

4D-fy: Text-to-4D Generation Using Hybrid Score Distillation Sampling
https://sherwinbahmani.github.io/4dfy/
Apache License 2.0
283 stars 7 forks source link

exporting a mesh with animation #13

Open mghalehnovi opened 2 weeks ago

mghalehnovi commented 2 weeks ago

Any plans to support exporting a mesh with animation such as .dae format? thanks

sherwinbahmani commented 2 weeks ago

Hi,

there is nothing planned for this, threestudio has the option to export meshes:

python launch.py --config configs/fourdfy_stage_3.yaml --export --gpu $gpu exp_root_dir=$exp_root_dir resume=$ckpt system.prompt_processor.prompt="a panda dancing" system.exporter_type=mesh-exporter

This probably can be extended to export a mesh with animation

mghalehnovi commented 2 weeks ago

Thanks for your answer. Will check it.

andytriboletti commented 2 weeks ago

I'm also interested in this feature.

sherwinbahmani commented 2 weeks ago

I am happy to support an implementation of this. Unfortunately, I won't have the time to lead this effort though.