kornia / tutorials

Repository containing the Kornia related tutorials
https://kornia.github.io/tutorials/
Apache License 2.0
45 stars 32 forks source link

Wrong date for tutorial Image matching with lightglue #78

Closed jurneo closed 9 months ago

jurneo commented 9 months ago

Image matching example with LightGlue and DISK is shown with date May 2024

edgarriba commented 9 months ago

@jurneo thanks for reporting -- this looks weird, i just checked the date in the source code and it shows as date: 17-11-2023 https://github.com/kornia/tutorials/blob/master/nbs/image_matching_lightglue.ipynb

i guess this is an auto generated header ? @johnnv1

johnnv1 commented 9 months ago

i guess it is the data format, other tutorials are in mm-dd-yyyy, so update the tutorial header to 11-17-2023. @jurneo can you test and put a PR for this?

jurneo commented 9 months ago

@johnnv1 this is the PR: https://github.com/kornia/tutorials/pull/80