Parskatt / DKM

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

Does the DKM requires the fixed size (384*512) images as input ? #10

Closed noone-code closed 1 year ago

Parskatt commented 1 year ago

Hi! It does not. In older versions of DKM we hardcoded this resolution (what we used during training), during inference as well. But you can set any resolution by changing the hardcoded values. We are in the process of updating the code to make these things easier to set.

noone-code commented 1 year ago

I got it, thank you.