Parskatt / DKM

[CVPR 2023] DKM: Dense Kernelized Feature Matching for Geometry Estimation
https://parskatt.github.io/DKM/
Other
378 stars 28 forks source link

accept either a path to an image or a PIL Image #16

Closed scott-vsi closed 1 year ago

Parskatt commented 1 year ago

Looks good. Technically the input could also sometimes be torch tensors when batched = True, but the current implementation actually crashes for that case and the new one would be fine, so just gonna merge it.