Hanqer / deep-hough-transform

Jittor and Pytorch code for paper "Deep Hough Transform for Semantic Line Detection" (ECCV 2020, PAMI 2021)
344 stars 71 forks source link

Ninja is required to load C++ extensions on Colab #47

Closed HassanBinHaroon closed 2 years ago

HassanBinHaroon commented 2 years ago

While running on Colab this was another issue I faced.

HassanBinHaroon commented 2 years ago

Solution:

!pip install Ninja

HassanBinHaroon commented 2 years ago

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