xw-hu / DSC

CVPR 2018 (Oral) & TPAMI 2019
141 stars 35 forks source link

irnn-layer missing #12

Closed pascscho closed 5 years ago

pascscho commented 5 years ago

I am trying to run the shadow detection but when inferring the net in python an error occurs. The error occurs at net.forward(). I compiled the CF-Caffe and no error occured during the compilation.

error looks like following: F0326 13:43:25.415571 15771 irnn_layer-cpp:73] Not Implemented Yet *** Check failure stack trace: *** Aborted (core dumped)

Does someone have an idea how to solve this problem?

Thank you in advance!

xw-hu commented 5 years ago

Please run the code on GPU, since I didn't implement the CPU version of "irnn" layer. (Not Implemented Yet)

pascscho commented 5 years ago

Ok. I'll try it using the GPU. Thank you