gsgen3d / gsgen

[CVPR 2024] Text-to-3D using Gaussian Splatting
https://arxiv.org/abs/2309.16585
MIT License
761 stars 42 forks source link

A small kind advice about `init.prompt` in `conf/base.yaml` #8

Closed haodong2000 closed 11 months ago

haodong2000 commented 11 months ago

the init.prompt in conf/base.yaml should be set None, instead of "a human face".

Currently text-to-3d algorithms are sensitive to initialization, and in 3D Gaussians, Point-E is often used. Here is an example: "a DSLR photo of a corgi wearing a green suit and a top hat"

init.prompt = None corgi_0

init.prompt = a dog corgi_dog

init.prompt = a corgi corgi_corgi

heheyas commented 11 months ago

Hi haodong,

Thanks for your interest. You are right. The a human face in the config is the initialing prompt for A highly detailed stone bust of Theodoros Kolokotronis. I will fix this issue in the next commit. Thanks for your help. I will mark this issue as completed, and feel free to reopen it if you have other concerns.

Best regards, heheyas