stevewongv / SSIS

Instance Shadow Detection with A Single-Stage Detector [SSIS & SSISv2] (CVPR 2021 Oral & TPAMI 2022)
Other
90 stars 14 forks source link

Google Colab Doesn't work #4

Closed ruoshiliu closed 2 years ago

ruoshiliu commented 2 years ago

Your google colab doesn't work. Please look at the following error message when running !python setup.py build develop image

stevewongv commented 2 years ago

Thanks for reporting this. This is because the latest version of PyTorch removes the THC.h file. The simplest workaround is installing previous version of PyTorch like 1.8.1.

stevewongv commented 2 years ago

I will update the specific files based on https://github.com/aim-uofa/AdelaiDet/pull/518

phongnhhn92 commented 2 years ago

Hi @stevewongv, is there any update for this ?

stevewongv commented 2 years ago

I just fixed this problem in the latest commit.

usama-axcelerate commented 1 year ago

I still see this error image