- OGIex are scripts from building a docker image to running a demo of paper implementations by three or fewer commands and works.
- For example, you can get a prediction result of stable-dreamsfusion by two commands:
# stage 1: build a docker image and start a docker container. bash docker_buildrun.sh # stage 2: predict a 3D object from a text (a hamburger), and then output a result into output dir (outputs/hamburger). bash text_to_novelview.sh "a hamburger" outputs/hamburger
- Git clone this repository:
git clone https://github.com/Obarads/OGIex.git
- Select a method that you want to run from the
Script dir list
section, and then move current dir to the method dir. For example, if you want to runstable-dreamsfusion
, you can run the following command:cd OGIex/scripts/stable-dreamfusion
- Run the commands in a
README.md
of the method dir. For example, you can run a demo ofstable-dreamsfusion
by two commands:# stage 1: build a docker image and start a docker container. bash docker_buildrun.sh # stage 2: predict a 3D object from a text (a hamburger), and then output a result into output dir (outputs/hamburger). bash text_to_novelview.sh "a hamburger" outputs/hamburger
The list of available scripts is below. Dirname
, Code
, and Paper
columns denote script directory links, implementation links, and article links, respectively.