Giter Club home page Giter Club logo

Comments (3)

GrumpyZhou avatar GrumpyZhou commented on July 21, 2024

Hi @miRemid , have you solved the issue? Is it just for COTR or for all of the methods? Have you checked that whether the dataset directories are set correctly?

I would add printing lines:

match_res = matcher(im1_path, im2_path) 
print(im1_path, match_res.shape)

to the following script at L163:

for im_idx in range(2, 7):
im2_path = os.path.join(seq_dir, '{}.ppm'.format(im_idx))
H_gt = np.loadtxt(os.path.join(seq_dir, 'H_1_{}'.format(im_idx)))
scale = np.ones(4)
# Predict matches
try:
t0 = time.time()
match_res = matcher(im1_path, im2_path)
match_time.append(time.time() - t0)
matches, p1s, p2s = match_res[0:3]

from image-matching-toolbox.

miRemid avatar miRemid commented on July 21, 2024

the problem had been solved without any change, i don't know why :)
and i find the cost of time for each item is slower than other methods, which takes 154.14s on 3090
image
anyway, the pipeline is correct

from image-matching-toolbox.

GrumpyZhou avatar GrumpyZhou commented on July 21, 2024

@miRemid That's great to hear! Regarding the runtime of COTR, yes it is slower than most of the other methods. They have reported some numbers about the runtime in the paper as well.

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.