You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As well as aboved problem, I use this test phase in my images, they finished unnormally like this: Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
I debug and find the error location: when codes run at dmat = np.dot(desc1.T, desc2) in method nn_match_two_way, it will give such an error.
Anyone else see same situations?
The text was updated successfully, but these errors were encountered:
Oh I have fixed it, I think it is an inner bug in low version numpy because I upgrate my numpy version from 1.14.3 to 1.16.0, the error disappear.
BTW, could you provide a script that can draw Qualitative Results in a pair of images and it still belongs to test phase, right? Thank you for your help!
When I just simply run the demo command as README.md :
I got this:
As well as aboved problem, I use this test phase in my images, they finished unnormally like this:
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
I debug and find the error location: when codes run at
dmat = np.dot(desc1.T, desc2)
in method nn_match_two_way, it will give such an error.Anyone else see same situations?
The text was updated successfully, but these errors were encountered: