homography-benchmark
homography-benchmark copied to clipboard
Hi, In line 73 and 75 of test_gcransac.py, the angles have been converted into radians, and then in line 81, the function get_LAF (line 25) do it again. I think...
Hi! In 'test_opencv.py', opencv_flag='USAC_MAGSAC' is not consistent with function 'opencv_flag', which should be 'MAGSAC'. https://github.com/danini/homography-benchmark/blob/7e1872128ea6d3bdb2f4792e941cfa70625200d7/test_opencv.py#L134
Hi, thanks for creating this amazing dataset. I would be curious under which licence the dataset is released? Some how I couldn't find the license text. Best wishes, Andre
Dear authors, thank you for this useful benchmark dataset. After reading the paper and exploring the dataset `.h5 `files, I had a few questions I was hoping to get some...