Repository for VAMR course project at UZH.
- Install docker in your computer (e.g., Docker engine).
- Install the Docker extension in VS Code.
- Open the repository folder in VS Code.
- Press Ctrl+Shift+P y select "Dev Container: Rebuild Container".
xhost +local:docker
Run the following bash script to download the required datasets and unzip them:
bash /home/dev/data/download_dataset.sh
To track changes to the folder, run:
git update-index --no-assume-unchanged .devcontainer/
To once again stop tracking changes, please run:
git update-index --assume-unchanged .devcontainer/