bluedream1121 / REKD

[CVPR 2022] Official PyTorch implementation of "Official Self-Supervised Equivariant Learning for Oriented Keypoint Detection"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eval image pyramid resize axis not aligned?

Wangweiyao opened this issue · comments

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

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.