Parskatt / RoMa

[CVPR 2024] RoMa: Robust Dense Feature Matching; RoMa is the robust dense feature matcher capable of estimating pixel-dense warps and reliable certainties for almost any image pair.
https://parskatt.github.io/RoMa/
MIT License
622 stars 51 forks source link

Add option in matcher to directly accept PIL images or image paths #73

Closed spagnoloG closed 1 month ago

spagnoloG commented 3 months ago

Adding this feature to the library would benefit users by enabling them to preprocess images before passing them directly to the method.

B1ueber2y commented 1 month ago

Very useful feature. Would make things easier when this gets merged : )

Parskatt commented 1 month ago

Thanks, working.