cvg / limap

A toolbox for mapping and localization with line features.
BSD 3-Clause "New" or "Revised" License
661 stars 67 forks source link

about parameter setting #47

Open WHU-Dewran opened 10 months ago

WHU-Dewran commented 10 months ago

Hi, I just want to ask Is this the optimal parameter setting in the defalt below when I run colmap_triangulation? https://github.com/cvg/limap/blob/main/cfgs/triangulation/default.yaml#L15

B1ueber2y commented 7 months ago

Hi thanks for the interest. This is just a hyperparameter to resize the image to a maximum dimension of 1600. You can set it to -1 to run images on original resolution. However, if you use deep detectors and matchers there is a possibility of CUDA out of memory error if the image resolution is extremely large. Thanks!