Fast C++ Pytorch extension for differentiable synthetic aperture radar image formation and autofocus library on GPU.
Only Nvidia GPUs are supported. Currently, only some of the operations are supported on CPU.
On RTX 3090 Ti backprojection on polar grid achieves 225 billion backprojections/s and fast factorized backprojection (ffbp) is ten times faster on moderate size images.
Tested with CUDA version 12.1, some newer versions might cause build issues.
git clone https://github.com/Ttl/torchbp.git
cd torchbp
pip install .
API documentation and examples can be built with sphinx.
pip install .[docs]
cd docs
make html
Open docs/build/html/index.html
.