alvinliu0 / HumanGaussian

[CVPR 2024 Highlight] Code for "HumanGaussian: Text-Driven 3D Human Generation with Gaussian Splatting"
https://alvinliu0.github.io/projects/HumanGaussian
MIT License
427 stars 43 forks source link

customized text prompt #21

Open yejr0229 opened 6 months ago

yejr0229 commented 6 months ago

Hi,can I use some customized text prompt beyond prompts_gallery.txt?

alvinliu0 commented 6 months ago

Hi,

As indicated here, you can substitute the text prompt with ones from the prompts_gallery.txt file. Or maybe you can write a toy script to loop over all the candidate prompts for training.

Best