Software References
API documentation and reference guides for the SSTDV software tools.
Projects
| Project | Description | GitHub |
|---|---|---|
| BrainShapeToolKit | Brain shape analysis from MRI | GitHub |
| DiffAM | Differentiable appearance modeling | GitHub |
| VCM | Conditional brain MRI generation with coverage control | GitHub |
Installation
All SSTDV packages can be installed via pip or from source:
pip install package-name
# or from source:
git clone https://github.com/SSTDV-Project/PACKAGE_NAME.git
cd PACKAGE_NAME && pip install -e .Common Dependencies
- Python 3.9+
- NumPy
- SciPy
- PyTorch 2.0+