https://github.com/Bilkent-ModVis/LMA-IK
Tip revision: 2c373a27da9bc2574cfbc14ae11ec26a711fcd26 authored by Akif on 09 July 2026, 08:50:27 UTC
Bundle the finger-removed LMA Effort dataset (CC0)
Bundle the finger-removed LMA Effort dataset (CC0)
Tip revision: 2c373a2
.gitignore
# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
# Virtual environments
.venv/
venv/
env/
# Large artifacts. The trained checkpoints ARE tracked (committed below);
# datasets, caches, and reproduction outputs are not.
*.pth
*.pkl
/checkpoints/*
!/checkpoints/README.md
!/checkpoints/interpolator.pth
!/checkpoints/synthesizer.pth
/data/*
!/data/README.md
!/data/extracted_fingerless.zip
/results/*
!/results/.gitkeep
# PDFs -- keep source PDFs out of the repo, except the included preprint
*.pdf
!/Sahin_et_al_CAG_2026_Preprint.pdf
# Jupyter
.ipynb_checkpoints/
# OS noise
.DS_Store
Thumbs.db
# Editor and IDE
.vscode/
.idea/
*.swp
