https://github.com/phernst/tf-radon
Radon transform in Tensorflow
https://github.com/phernst/tf-radon
Last synced: 9 days ago
JSON representation
Radon transform in Tensorflow
- Host: GitHub
- URL: https://github.com/phernst/tf-radon
- Owner: phernst
- Created: 2021-10-28T17:26:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T17:10:38.000Z (over 4 years ago)
- Last Synced: 2025-11-18T23:03:08.458Z (7 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf-radon: Fast Differentiable Routines for Computed Tomography
Tensorflow bindings for [TorchRadon](https://github.com/matteo-ronchetti/torch-radon).
Currently only includes cone beam forward and backprojection.
## Installation
Only Linux is supported, currently. You need to have CUDA and Tensorflow installed.
```
git clone --recursive https://github.com/phernst/tf-radon.git
cd tf-radon
pip install .
```