Skip to content

Collection of utilities to compute X-Ray Transforms.

License

Notifications You must be signed in to change notification settings

SepandKashani/xrt_toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Collection of utilities to compute X-Ray Transforms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages