Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 571 Bytes

tp_lsd.md

File metadata and controls

11 lines (7 loc) · 571 Bytes

TP-LSD installation

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.