Rémi Pautrat

Results 124 comments of Rémi Pautrat

Hi, I guess you loaded the wireframe dataset via a config. In the config file, the 'return_type' needs to be set to 'paired_desc' to have access to the pair of...

Hi, which code did you run and what error do you get exactly?

As explained in the Readme, "gt_source_test" should point to the h5 file generated in step 3. So I think your issue is that you did not use the right path...

Hi, could you please write your question in English?

Hi, you can use this function: https://github.com/cvg/SOLD2/blob/f85ca5387ea7464314614c3fb4d07af5678a9de3/sold2/misc/visualize_util.py#L446

Well, is the name not clear enough for you? :) correct_matches is a boolean with one value per line to indicate correct matches, wrong_matches is the same for wrong matches....

Hi, sorry for the late reply. You would need access to the ground truth correspondences between the two images to know which lines are incorrect. The evaluation code on ETH3D...

Hi, we used a modified version of COLMAP to reconstruct the lines in 3D. It is available here: [https://github.com/vlarsson/colmap/tree/lines](https://github.com/vlarsson/colmap/tree/lines) (note the branch "lines"). This code is really not optimal though,...

Hi, sorry for the late reply. I am afraid that you have to go through the code to understand how to use it. The general workflow should be similar to...

You can use either SOLD2 or the SuperPoint descriptors to match the line endpoints. Line triangulation is a quite complicated problem and is not solvable in a simple Github issue,...