Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.35 KB

index.rst

File metadata and controls

46 lines (33 loc) · 1.35 KB
github_url

https://github.com/arraiy/torchgeometry

torchgeometry

The PyTorch Geometry (TGM) package is a geometric computer vision library for PyTorch.

It consists of a set of routines and differentiable modules to solve generic geometry computer vision problems. At its core, the package uses PyTorch as its main backend both for efficiency and to take advantage of the reverse-mode auto-differentiation to define and compute the gradient of complex functions.

In this first version, we provide different functions designed mainly for computer vision applications, such as image and tensors warping modules which rely on the epipolar geometry theory. The roadmap will include adding more and more functionality so that developers in the short term can use the package for the purpose of optimizing their loss functions to solve geometry problems.

TGM focuses on Image and tensor warping functions such as:

  • Calibration
  • Epipolar geometry
  • Homography
  • Depth

geometric transformations pinhole conversions warping image losses utils

warp_affine warp_perspective gaussian_blur

Indices and tables

  • genindex
  • modindex
  • search