ubc-vision / COTR

Code release for "COTR: Correspondence Transformer for Matching Across Images"(ICCV 2021)
Apache License 2.0
460 stars 58 forks source link

Can you tell me how to get the evaluation code of the image matching datasets? #17

Closed zhirui-gao closed 2 years ago

jiangwei221 commented 3 years ago

Hi, we uses a guided matching for the public entry(https://www.cs.ubc.ca/research/image-matching-challenge/2021/submissions/ce67800df501292f-cotr_guided_2048_disk/), and the basic idea is implemented here( https://github.com/ubc-vision/COTR/blob/master/demo_guided_matching.py). We use DISK as basic keypoints detector, and uses bidirectional consensus to create matches.