davegreenwood / torch-tps

Implementation of Thin-Plate-Splines (TPS) in PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thin Plate Splines for PyTorch

distorted image figure

Implementation of Thin-Plate-Splines (TPS) in PyTorch.

Installation

cd torch-tps
pip install -e .

Usage

there is an example included:

python example.py

Limitations

Batch processing is implemented and is shown in the example.

About

Implementation of Thin-Plate-Splines (TPS) in PyTorch.


Languages

Language:Python 100.0%