Hanqer / deep-hough-transform

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

提示g++问题 #43

Closed icelemon233 closed 2 years ago

icelemon233 commented 2 years ago

作者您好。在安装deep-hough库时,出现了以下提示: The current installed version of g++ (9.3.0) is greater than the maximum required version by CUDA 10.2 (8.0.0). Please make sure to use an adequate version of g++ (>=5.0.0, <=8.0.0). 请问应该如何解决?期待您的回复。

HassanBinHaroon commented 2 years ago

Take a look at the following repository too.

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