cvg / DeepLSD

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

Updating Submodules #6

Closed iago-suarez closed 1 year ago

iago-suarez commented 1 year ago

I realized that modules were declared as .git submodules. HTTPS works better for public repos because it is not necessary to configure SSH. This PR solves the problem for DeepLSD, however, the same policy should be adopted in subsequent submodules if we want someone without a configured SSH pair to download the repo.

rpautrat commented 1 year ago

Indeed, good catch! Thanks a lot for the fix.