Skip to content

NeLy-EPFL/spotlight-poseforge-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysis and visualization code for Wang-Chen et al. (2026).

Installation

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 .gitattributes

The 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