Coder Social home page Coder Social logo

Comments (5)

lzx551402 avatar lzx551402 commented on September 22, 2024

Hi Weibo,

Thanks for your interest in our project. I'm not sure if I understand your question correctly, but yes I extract one descriptor per patch, and you may refer to load_seq function for implementation details. Basically it is quite simple: you load the patch image provided by HPatches, for example, an image of (650, 65) consisting of 10 patches, then resize to (320, 32) and further reshape to (10, 32, 32, 1) that fits the network input.

from geodesc.

qiuweibo avatar qiuweibo commented on September 22, 2024

Hi Weibo,

Thanks for your interest in our project. I'm not sure if I understand your question correctly, but yes I extract one descriptor per patch, and you may refer to load_seq function for implementation details. Basically it is quite simple: you load the patch image provided by HPatches, for example, an image of (650, 65) consisting of 10 patches, then resize to (320, 32) and further reshape to (10, 32, 32, 1) that fits the network input.

Hi Zixin,

I referred to your paper as well. It seems you trained descriptor based on the SIFT detectors. But what I am doing now is to evaluate SIFT and LIFT which has both key point detectors and descriptors. In this case, I am not sure if HPatches are still applicable since it already extract patches using DoG.

from geodesc.

lzx551402 avatar lzx551402 commented on September 22, 2024

Hi Weibo,
Thanks for your interest in our project. I'm not sure if I understand your question correctly, but yes I extract one descriptor per patch, and you may refer to load_seq function for implementation details. Basically it is quite simple: you load the patch image provided by HPatches, for example, an image of (650, 65) consisting of 10 patches, then resize to (320, 32) and further reshape to (10, 32, 32, 1) that fits the network input.

Hi Zixin,

I referred to your paper as well. It seems you trained descriptor based on the SIFT detectors. But what I am doing now is to evaluate SIFT and LIFT which has both key point detectors and descriptors. In this case, I am not sure if HPatches are still applicable since it already extract patches using DoG.

Yes you can absolutely use HPatches to evaluate different detector/descriptor combinations, you may refer to SuperPoint about how to set up a fair configuration (e.g., same NMS, error threshold). In the provided example I used SIFT+GeoDesc in image matching applications. I also adopted similar strategy to benchmark on HPatches in my new paper contextdesc.

from geodesc.

qiuweibo avatar qiuweibo commented on September 22, 2024

Hi Weibo,
Thanks for your interest in our project. I'm not sure if I understand your question correctly, but yes I extract one descriptor per patch, and you may refer to load_seq function for implementation details. Basically it is quite simple: you load the patch image provided by HPatches, for example, an image of (650, 65) consisting of 10 patches, then resize to (320, 32) and further reshape to (10, 32, 32, 1) that fits the network input.

Hi Zixin,
I referred to your paper as well. It seems you trained descriptor based on the SIFT detectors. But what I am doing now is to evaluate SIFT and LIFT which has both key point detectors and descriptors. In this case, I am not sure if HPatches are still applicable since it already extract patches using DoG.

Yes you can absolutely use HPatches to evaluate different detector/descriptor combinations, you may refer to SuperPoint about how to set up a fair configuration (e.g., same NMS, error threshold). In the provided example I used SIFT+GeoDesc in image matching applications. I also adopted similar strategy to benchmark on HPatches in my new paper contextdesc.

Thanks for your help!
The paper and you projects are really helpful. However I feel like I cannot finish my master thesis in time. I will keep in touch with your two interesting projects.

Have a nice weekend.

Regards,
Weibo.

from geodesc.

lzx551402 avatar lzx551402 commented on September 22, 2024

Sure, feel free to let me know if you have any other concerns.

from geodesc.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.