When using visualization.py's plot_matches, the output image of SIFT_matches.png is incorrect. I tested it with S2p test data, specifically the input pair. The output image has dimensions of 1803x1, but it should be 1803x951. Additionally, the debug=True option doesn't work when the corresponding coordinates x2,y2,h2,w2 are negative. It gives error of cannot unpack non-iterable numpy.float64 object.
When using visualization.py's plot_matches, the output image of SIFT_matches.png is incorrect. I tested it with S2p test data, specifically the input pair. The output image has dimensions of 1803x1, but it should be 1803x951. Additionally, the debug=True option doesn't work when the corresponding coordinates x2,y2,h2,w2 are negative. It gives error of cannot unpack non-iterable numpy.float64 object.