Created: 2023/09/23
stable-dreamfusion predicts novel views of the object (360 degree video as Output) from text (Input).
- Implementation: ashawkey/stable-dreamfusion
- framework: Pytorch
- Official code: No
- License: Apache License 2.0
- GPU: RTX2080Ti
- Build a docker image and container, and then start the container on Host machine bash:
bash docker_buildrun.sh
- Run a prediction demo on Host machine bash:
bash text_to_novelview.sh <text> <output dir path> # ex: bash text_to_novelview.sh "a hamburger" outputs/hamburger
None