Closed akimihiro closed 1 year ago
Hi @akimihiro,
The coordinate mapper doesn't handle the matching, it handles the coordinate change between the feature space and the input space (because the feature spatial dimensions are downsampled). The matching probabilities can be found two places :
Thank you very much for your response! It successfully resolved my issue. I appreciate the time and effort you took to help me out. Your clear explanation made it easy for me to understand the code. Thanks again!
I am looking for specific code that implements the calculation of matching probabilities and matching success, but I'm having a hard time finding it. It seemed to me that the self._model.coordinate_mapping_composer.get function in SiLKRandomHomographies within lib/models/silk.py does it. However, upon examining the model.coordinate_mapping_composer.get function, I still cannot find the specific code where the calculation is implemented.