- Clone the repository:
[email protected]:tudelft-iv/view-of-delft-dataset.git
- Inside the root folder, use the
environment.yml
to create a new conda environment using:conda env create -f environment.yml
- Activate the environment using:
conda activate view-of-delft-env
- In the same terminal windows typing
jupyter notebook
will start the notebook server. - To get started with the dataset, follow the instructions in
1_frame_information.ipynb
.
In case the interactive plots do not show up in the notebooks use:
jupyter nbextension install --py --sys-prefix k3d
jupyter nbextension enable --py --sys-prefix k3d
jupyter labextension install k3d