Closed HassanBinHaroon closed 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.
Solution:
!pip install POT
this worked for me and make more sense because its in the requirements.
https://github.com/HassanBinHaroon/deep-hough-transform
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.