Parskatt / DKM

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

running demo_match.py without GPUs #9

Closed cxmscb closed 1 year ago

cxmscb commented 1 year ago

Could you teach me how to run demo_match.py without GPUs ?

Parskatt commented 1 year ago

Hi, you would basically remove all things that says "cuda" with "cpu". I haven't tried running the model using CPU yet though, so not sure if there would be any problems. Can I know your usecase?