You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
@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.
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!
The text was updated successfully, but these errors were encountered: