Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 759 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 759 Bytes

stable-dreamfusion

Created: 2023/09/23

Demo abstract

stable-dreamfusion predicts novel views of the object (360 degree video as Output) from text (Input).

Demo implementation info

Demo enviroment

  • GPU: RTX2080Ti

Demo process

  1. Build a docker image and container, and then start the container on Host machine bash:
    bash docker_buildrun.sh
  2. 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

Note

None