We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Here are my tensorboard visualizations:
I'm able to reproduce the cow->giraffe and hand->octopus examples just fine with the following commands:
The text was updated successfully, but these errors were encountered: