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

Bad feature points #48

Open MichaelZsl opened 9 months ago

MichaelZsl commented 9 months ago

I match the two binary imgs as follow, the feature points matched by COTR is red in img1 and green in img2, then i get the homography matrix from img1 to img2. feature_points

The contour and feature points of img1 is projected as the red mask and points , the green points is the source feature points in img2, they don't seem to match well from results, COTR doesn't extract the feature points on the boundary of contours. projection