Analysis and visualization code for Wang-Chen et al. (2026).
Prerequisite: install uv. Then,
git clone https://github.com/NeLy-EPFL/spotlight-poseforge-paper.git
cd spotlight-poseforge-paper/
uv sync --extra dev
uv run nbstripout --install --attributes .gitattributesThe nbstripout dependency under dev will remove outputs from .ipynb notebooks before committing to git (this avoid version-controlling to much binary data). To explicitly upload notebook outputs:
uv run nbstripout --uninstall
git add my_notebook.ipynb
git commit -m "my commit message"
uv run nbstripout --install --attributes .gitattributes