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

ModuleNotFoundError: No module named 'ot' on Colab #46

Closed HassanBinHaroon closed 2 years ago

HassanBinHaroon commented 2 years ago

I implemented this architecture on Google Colab. Everything got installed successfully just by installing the deep-hough-transform except "ot". I tried to install using the !pip install ot but it did not work.

HassanBinHaroon commented 2 years ago

Solution:

!pip install POT

this worked for me and make more sense because its in the requirements.

HassanBinHaroon commented 2 years ago

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