Parskatt / DKM

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

add assertion for batchmode not compatible with upsample and minor fixes #30

Closed Parskatt closed 1 year ago

Parskatt commented 1 year ago

Kind of closes #28 Basically, we can't upsample preds to arbitrary resolution in batchmode since it has a fixed resolution, added assertion for this. Probably we could have some nicer API, like having a batchmode include also the upsample res samples. If anyone wants to make that, please send a PR :)