eladrich / latent-nerf

Official Implementation for "Latent-NeRF for Shape-Guided Generation of 3D Shapes and Textures"
MIT License
687 stars 48 forks source link

command to run Textual Inversion #14

Open HaoZhang990127 opened 1 year ago

HaoZhang990127 commented 1 year ago

Hi,

Thank you for your nice work and open source.

Could you give me an example command to run Textual Inversion? I run it with this command _python -m scripts.train_latent_nerf --log.exp_name 'textual inversion backpack' --guide.text 'a backpack that looks like *' --render.nerf_type latent --guide.conceptname=cat-toy, but cannot get a good result, is there some problem with my command?

Hope to receive your reply. Thanks.

onpix commented 1 year ago

Hi, Have you solved this problem? I also tried using * to replace the word of concept and failed to get reasonable results.