ubc-vision/COTR

About HPatches datasets

Opened this issue · 3 comments

Thanks very much for your great work! AND i want to know that how do you test and evaluate the HPatches dataset(in the code)? Can you tell me how to get the relevant code?

Since I'm new to feature matching, I'd be very grateful if you could help!!!

Hey, we evaluate HPatches with the COTR sparse engine. It will provide sparse correspondences, and we will densify/interpolate the correspondence values. The final resulting dense correspondences area will be slightly smaller than the GT mask, because some corner/edge correspondences will be filtered out.
After the data is dumped, we use a HPatch benchmark to evaluate the AEPE.
We have the untrimmed code to run COTR on HPatches and the benchmark code, if you want the code, please send me an email at: jiangwei1993@gmail.com

shy922 commented

Since I'm new to feature matching, I'd be very grateful if you could help!!!

I'm a new to feature matching, too. Can we talk to each other?