cvg / DeepLSD

Implementation of the paper "DeepLSD: Line Segment Detection and Refinement with Deep Image Gradients"
MIT License
486 stars 62 forks source link

Can this be applied in gluestick? #22

Closed Graysonggg closed 1 year ago

Graysonggg commented 1 year ago

Hello, wondeful work !

Your research in Gluestick says learned line detectors struggle to generalize power to other contexts, tasks, or types of images, so you choose LSD. I am considering that have you ever consider using this half-learned & half-manual DeepLSD as the line detector component of Gluestick and what are the reasons for not using it?

Looking forward to your reply very much!

rpautrat commented 1 year ago

Hi, yes we did try GlueStick with DeepLSD, and we obtain the best results with this combination. For example, DeepLSD+GlueStick is the default line detector+matcher in our other repo LIMAP (3D line reconstruction and visual localization).

Graysonggg commented 1 year ago

Thank you for your so quick reply.