Skip to content

very slow even when only 40 points #5

Description

@zjhthu

I find pymagsac will be stuck sometimes, it can run tens of minutes and do not stop even when just 40 points. Here is an example.

import numpy as np
import pymagsac

data = np.load('test_data.npz')
for idx in range(100):
    print(idx)
    F, mask = pymagsac.findFundamentalMatrix(data['p1'], data['p2'], 3.0)

test_data.tar.gz

@danini @ducha-aiki

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions