Giter Club home page Giter Club logo

Comments (4)

GrumpyZhou avatar GrumpyZhou commented on July 21, 2024

Hi @GabbySuwichaya !

For faster debugging, I used superpoint since it runs fastest when one has a gpu.
I ran the following command:

# Turn on --print_out to see each sample results
python -m immatch.eval_hpatches --gpu 0 \
    --config 'superpoint' --task 'both' \
    --root_dir . --print_out

And here are the console outputs:

debug_1

... (skip intermediate results)

image

So to figure out why you have that problem, you can do:

  1. Check whether your dataset are setup correctly: it should be placed as 'data/datasets/hpatches-sequences-release'
  2. Run this notebook from your local to see whether the repository is properly setup. If not, make sure you didn't miss anything in the readme.
  3. Run the command i posted for hpatch, and post the output here, if 1 & 2 didn't solve your problem.

from image-matching-toolbox.

GabbySuwichaya avatar GabbySuwichaya commented on July 21, 2024

Thanks!
I found the error now, and the problem is solved. It was the directly of the HPatches data...

Here I would like to kindly ask one more question...
There is a line which said Cannot import sparsencnet ...

Could you please guide me what causes this line... ? I am very sorry I am not very familiar with the code...
Also should I try to solve it?

demo_2

from image-matching-toolbox.

GrumpyZhou avatar GrumpyZhou commented on July 21, 2024

Hi @GabbySuwichaya

That line will appear when your environment doesn't contain MinkowskiEngine which is required by SparseNCNet. This is explained in install.md. So don't worry about it. It's expected to be there unless you want to run SparseNcNet, for which you need to follow the install.md.

from image-matching-toolbox.

GabbySuwichaya avatar GabbySuwichaya commented on July 21, 2024

Hi @GrumpyZhou,

Thanks so much for this. Yes, I will fix the problem accordingly. :)

from image-matching-toolbox.

Related Issues (20)

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.