Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 788 Bytes

README.rst

File metadata and controls

25 lines (17 loc) · 788 Bytes

XRT Toolkit

License: MIT

XRT Toolkit (XTK) is a collection of utilities to compute X-Ray Transforms.

Installation

# user install
pip install xrt_toolkit@git+https://github.com/SepandKashani/xrt_toolkit.git          # CPU-only
pip install xrt_toolkit[cuda11]@git+https://github.com/SepandKashani/xrt_toolkit.git  # CPU + CUDA 11
pip install xrt_toolkit[cuda12]@git+https://github.com/SepandKashani/xrt_toolkit.git  # CPU + CUDA 12

# developer install
git clone https://github.com/SepandKashani/xrt_toolkit.git
cd xrt_toolkit/
pip install -e ".[dev]"  # add cuda[11,12] targets too if needed