Hanqer / deep-hough-transform

Jittor and Pytorch code for paper "Deep Hough Transform for Semantic Line Detection" (ECCV 2020, PAMI 2021)
344 stars 71 forks source link

编译和安装“deep-hough”模块时遇到错误。 #45

Open Liliana-H opened 2 years ago

Liliana-H commented 2 years ago

您好,感谢您的工作。 我在尝试复现代码时,按照指示安装deep-hough模块时,总是出现一些错误:

1

我所使用的cuda=10.1 pytorch=1.7.1 gcc=5.4.0 python=3.8 想请教一下是哪里出了问题呢 祝好~

zeakey commented 2 years ago

连接错误。搜一下报错信息:linker was not configured to use sysroots.

建议复制粘贴报错文本,这样方便其他人阅读/复制/粘贴。

HassanBinHaroon commented 2 years ago

@Liliana-H You can follow the following Github repository to reproduce the work on pretrained or NKL and SEL datasets (hopefully without any error). The implementation is on Google Colab and you can run it from anywhere.

It successfully installs the ninja library.

https://github.com/HassanBinHaroon/deep-hough-transform

Liliana-H commented 2 years ago

连接错误。搜一下报错信息:linker was not configured to use sysroots.

建议复制粘贴报错文本,这样方便其他人阅读/复制/粘贴。

好的,谢谢~

Liliana-H commented 2 years ago

@Liliana-H You can follow the following Github repository to reproduce the work on pretrained or NKL and SEL datasets (hopefully without any error). The implementation is on Google Colab and you can run it from anywhere.

It successfully installs the ninja library.

https://github.com/HassanBinHaroon/deep-hough-transform

Okay. Thanks a lot.

zeakey commented 2 years ago

@Liliana-H You can follow the following Github repository to reproduce the work on pretrained or NKL and SEL datasets (hopefully without any error). The implementation is on Google Colab and you can run it from anywhere.

It successfully installs the ninja library.

https://github.com/HassanBinHaroon/deep-hough-transform

Great. Thanks for the implementation. I'll post it on our readme.

HassanBinHaroon commented 2 years ago

@Liliana-H You can follow the following Github repository to reproduce the work on pretrained or NKL and SEL datasets (hopefully without any error). The implementation is on Google Colab and you can run it from anywhere. It successfully installs the ninja library. https://github.com/HassanBinHaroon/deep-hough-transform

Great. Thanks for the implementation. I'll post it on our readme.

Welcome!