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

Can it run without a GPU and CUDA? #3

Closed LinkChain closed 4 years ago

LinkChain commented 4 years ago

Can my laptop run it without a GPU and CUDA?

Hanqer commented 4 years ago

Hi, currently, this code only supports to train and test on the Nvidia GPU card. The deep-hough has only a GPU implementation. If you want to test your own data for non-commercial usage, you can go to our online demo of this project.

HassanBinHaroon commented 2 years ago

@LinkChain Take a look at the following repository too. You can do much without own GPU now.

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