diff --git a/.gitmodules b/.gitmodules index d7ad5e3e..1d305920 100644 --- a/.gitmodules +++ b/.gitmodules @@ -27,9 +27,6 @@ path = third-party/hawp url = https://github.com/cherubicXN/hawp.git ignore = dirty -[submodule "third-party/TP-LSD"] - path = third-party/TP-LSD - url = https://github.com/rpautrat/TP-LSD.git [submodule "third-party/DeepLSD"] path = third-party/DeepLSD url = https://github.com/cvg/DeepLSD.git diff --git a/misc/install/tp_lsd.md b/misc/install/tp_lsd.md index f56b52ae..0df67380 100644 --- a/misc/install/tp_lsd.md +++ b/misc/install/tp_lsd.md @@ -1,6 +1,7 @@ ## TP-LSD installation ```bash +git clone --recursive https://github.com/rpautrat/TP-LSD.git ./third-party/TP-LSD python -m pip install -e ./third-party/TP-LSD/tp_lsd/modeling/DCNv2 python -m pip install -e ./third-party/TP-LSD ``` diff --git a/third-party/TP-LSD b/third-party/TP-LSD deleted file mode 160000 index 55580503..00000000 --- a/third-party/TP-LSD +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 555805033e705ed6bfbf4d691528681bf4ae6706