Repository for the CG seminar (S2024).
You can find the seminar submission in this repository (click here). The differences from the intermediary report can also be found here.
The extended edition is still in the works and planned to be released at the end of June 2024.
conda env create --prefix ./gs_venv -f gs_venv.yml
conda activate ./gs_venv
conda env export --from-history
conda env update --prefix ./gs_venv --file gs_venv.yml --prune
- To retrieve submodules that contain experiments:
git submodule update --init --recursive