Closed Wangweiyao closed 2 years ago
You mean the size of pyramid images is not aligned? The output resolution of image pyramid is compensated by multiplying scale factor after obtaining keypoints.
The pyramid_gaussian function of scikit-image is an anti-aliased version of image upsamplimg/downsampling.
Hi, I find in the eval script, the image is resized not in the right shape because the axis is not aligned with skimage convention. Could be from a version control problem I guess.
https://github.com/bluedream1121/REKD/blob/main/evaluation/extract_hpatches.py#L92