zju3dv / GIFT

Code for "GIFT: Learning Transformation-Invariant Dense Visual Descriptors via Group CNNs" NeurIPS 2019
GNU Affero General Public License v3.0
191 stars 17 forks source link

Dense correspondence demo? #10

Closed YamamotoSayaka closed 3 years ago

YamamotoSayaka commented 3 years ago

Hi, many thanks for opening this code! Can you provide a demo for dense correspondence estimation as in the homepage?

liuyuan-pal commented 3 years ago

Hi, sorry for the late reply. the dense correspondence here is to use all coordinates on the image plane as keypoints (the "pts" parameter in the following). https://github.com/zju3dv/GIFT/blob/5b601c721c1e2864de957b0b8c90c020acf5930e/network/wrapper.py#L200

YamamotoSayaka commented 3 years ago

Many thanks!