LightGlue
model computes point matches
between two images using SuperPoint and LightGlue.
class LightGlue()
If True, inference call is run on the local VM, else offloaded onto GRID-Cortex. Defaults to False.
def run()
Input RGB image 1 of shape .
Input RGB image 2 of shape .
List of point correspondences (matches) between the images.
Feature points detected in image 1 of shape .
Feature points detected in image 2 of shape .
This code is licensed under the Apache 2.0 License.