Open iifeve opened 2 years ago
Hi, currently the code is not supported for windows. You can use a pure Ubuntu system to reproduce our semantic line detection that only installs CUDA and pytorch.
would you mind to check the cuda and pytorch version, It seems require the library cudatoolkit 11.0, which doesn't match the pytorch version 1.3~1.6
We use cuda9/10 with pytorch 1.3~1.6. It not require cuda11.
@iifeve 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.
I m also facing the same issue. I m using Ubuntu 20.04.
Hey there, thanks for your excellent work, I'm trying to recur this paper, and this problem occurs, during the installation of deep-hough module.
It seems like there is something wrong with setuptools.
I have seen the another issue which encountered similar problem. I wander if there would be alternatives for Windows?
And again thanks for your work.