DeepSkeleton
DeepSkeleton copied to clipboard
layer.hpp:324 Not Implemented Yet *** Check failure stack trace***
HI, @zeakey Thanks for your codes and I find it very useful for me. But when I run "result.py" ,I find some problem as follow: F0316 10:43:13.218327 4140 layer.hpp:324] Not Implemented Yet *** Check failure stack trace: *** I've checked that "coord_map()" is defined at "layer.hpp:324", while it hasn't been implemented:"NOT_IMPLEMENTED;";but it has been called in "crop_layer.cpp:58" Have you met the same question before?And how should I do to solve the problem? Thanks!
@wangsr126
I haven't run into this error. I guess you have your own network some layers of which haven't implemented coord_map
. If so, I suggest you to use a newer version of caffe. See fcn.berkeleyvision to get how 'fcn' works in modern version of caffe.
@zeakey Thanks for your reply! May I know the version of caffe /CUDA / cudnn in use?