You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Activate your conda environment: conda activate threedb (if you use the default environment name, otherwise change accordingly)
Clone this repository: git clone https://github.com/3db/demo.git
cd demo
Download the resources required to run this demo bash ./download_resources.sh
Running
To run an experiment you have to:
Start the master process: threedb_master $RESOURCE_FOLDER $CONFIG_FILE $RESULT_FOLDER $PORT
Start the worker process: threedb_workers $NUM_WORKERS $RESOURCE_FOLDER 5555
Explore the results on the dashboard: python -m threedb.dashboard $RESULT_FOLDER
Experiments
In this repository we demonstrate threedb features through multiple experiments
Render with HDRI background
In this experiment, we show how to render the same object in various environment modeled by 360deg HDRI backgrounds. We demonstrate a single control: the position of the camera relative to the object.
Being able to control the camera is nice but for most applications, users are intrested in domain specific parameters. In this experiment we show how to add a new control SunControl that is able to change the angle of the sun (i.e. the time of the day).