diff --git a/nbs/image_matching_lightglue.ipynb b/nbs/image_matching_lightglue.ipynb index 0dd1f09..8a62dc2 100644 --- a/nbs/image_matching_lightglue.ipynb +++ b/nbs/image_matching_lightglue.ipynb @@ -5,18 +5,19 @@ "metadata": {}, "source": [ "---\n", - "title: \"Image matching example with DISK local features\"\n", - "description: \"In this tutorial we are going to show how to perform image matching using a DISK algorithm\"\n", + "title: \"Image matching example with LightGlue and DISK\"\n", + "description: \"In this tutorial we are going to show how to perform image matching using a LightGlue algorithm with DISK\"\n", "author:\n", " - \"Dmytro Mishkin\"\n", - "date: 04-01-2023\n", + "date: 17-11-2023\n", "categories:\n", " - Intermediate\n", - " - DISK\n", + " - LightGlue\n", + " - Disk\n", " - LAF\n", " - Image matching\n", " - kornia.feature\n", - "image: \"../tutorials/assets/image_matching_disk.png\"\n", + "image: \"../tutorials/assets/image_matching_LightGlue.png\"\n", "---\n", "\n", "\"Open" diff --git a/tutorials/assets/image_matching_LightGlue.png b/tutorials/assets/image_matching_LightGlue.png new file mode 100644 index 0000000..acaec63 Binary files /dev/null and b/tutorials/assets/image_matching_LightGlue.png differ