An open API service indexing awesome lists of open source software.

https://github.com/ttl/torchbp

Fast C++ Pytorch extension for differentiable synthetic aperture radar image formation and autofocus library on CPU and GPU
https://github.com/ttl/torchbp

radar rf synthetic-aperture-radar

Last synced: 3 months ago
JSON representation

Fast C++ Pytorch extension for differentiable synthetic aperture radar image formation and autofocus library on CPU and GPU

Awesome Lists containing this project

README

        

# Torchbp

Fast C++ Pytorch extension for differentiable synthetic aperture radar image formation and autofocus library on CPU and GPU.

Only Nvidia GPUs are supported. Currently, some operations are not supported on CPU.

On RTX 3090 Ti backprojection on polar grid achieves 225 billion backprojections/s.

## Installation

### From source

```bash
git clone https://github.com/Ttl/torchbp.git
cd torchbp
pip install .
```

## Documentation

API documentation and examples can be built with sphinx.

```bash
pip install .[docs]
cd docs
make html
```

Open `docs/build/html/index.html`.