issues
search
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
Small bug fixes
#79
Open
travisdriver
opened
1 month ago
travisdriver
commented
1 month ago
Use
typing.Tuple
as opposed to just
tuple
as this throws an error in python 3.8
Use same image reading logic during upsample as during matching
typing.Tuple
as opposed to justtuple
as this throws an error in python 3.8