gtolias / rmac

MATLAB implementation of the R-MAC descriptor and the intergral-max-pooling localization (ICLR 2016 paper)
GNU General Public License v3.0
40 stars 14 forks source link

Feature map (conv3d) coordinates relate back to Image coordinate #4

Open LumosWC opened 6 years ago

LumosWC commented 6 years ago

Hello, I read your paper of RMAC, thank you for sharing your code. It really offers great insights!

I am trying to reproducing some of the results from your paper, I am trying to draw the localization bounding box (region determined by AML) on the original image, while AML outputs the coordinates on the feature map (conv_5 layer). Can I ask how you relate the coordinates of the feature map to the coordinates of the original image, please?

Best Thank you very much