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)
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.
test_data.tar.gz
@danini @ducha-aiki