TextDeformer icon indicating copy to clipboard operation
TextDeformer copied to clipboard

Unable to reproduce chair results from paper

Open seashell123 opened this issue 1 year ago • 0 comments

Thanks for the cool work!

I'm having trouble reproducing the chair examples in Fig. 9 and Fig. 11 of the paper. I'm running the following commands:

python main.py --config example_config.yml \
    --mesh meshes/chair1.obj \
    --text_prompt 'gaming chair' \
    --base_text_prompt 'a chair'

python main.py --config example_config.yml \
    --mesh meshes/chair2.obj \
    --text_prompt 'a comfortable chair' \
    --base_text_prompt 'a chair'

Here are my tensorboard visualizations: image

I'm able to reproduce the cow->giraffe and hand->octopus examples just fine with the following commands:

python main.py --config example_config.yml
python main.py --config example_config.yml --mesh meshes/hand.obj \
    --text_prompt 'an octupus' --base_text_prompt 'a hand'

seashell123 avatar Oct 21 '23 18:10 seashell123