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

Deep-hough? #2

Closed Pzy-ss closed 4 years ago

Pzy-ss commented 4 years ago

Great work! However, I have trouble installing deep-hough (in Windows10, with Visual Studio 2019),Could you please give more details about the installation? Thank you!

Hanqer commented 4 years ago

Currently, this work was carried on Ubuntu16.04. And it works well on Ubuntu18.04 as well. The details system environment are listed as:

Ubuntu16.04
CUDA10.0 (you may need an Nvidia GPU card which supports sm_60)
PyTorch1.2

Then the following commands will install the deep-hough.

cd deep-hough-transform
cd model/_cdht
python setup.py build 
python setup.py install --user

Sorry that this work was not tested on Windows10 system.

Pzy-ss commented 4 years ago

Thank you for your prompt reply!

HassanBinHaroon commented 2 years ago

@Pzy-ss Take a look at the following repository too. Hopefully there are no installation errors.

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