Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 653 Bytes

tp_lsd.md

File metadata and controls

12 lines (8 loc) · 653 Bytes

TP-LSD installation

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

The TP-LSD Python package is tested under gcc-8 and gcc-9. However, it is known that gcc-10 is currently not supported for the installation of TP-LSD.

The implementation of TP-LSD is originated from https://github.com/Siyuada7/TP-LSD and later adapted with pip installation by Rémi Pautrat in his forked repo.