Skip to content

Install dependencies

Download the code repository:

git clone https://github.com/SceneFun3D/scenefun3d.git
cd scenefun3d

Create virtual environment:

conda create --name scenefun3d python=3.8
conda activate scenefun3d
pip install -r requirements.txt