TextDeformer
TextDeformer copied to clipboard
Unable to reproduce chair results from paper
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:
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'