intel / ros_object_analytics

Apache License 2.0
181 stars 58 forks source link

Failed to load nodelet [/object_analytics/detecter] of type [opencl_caffe/opencl_caffe_nodelet] #57

Open Jiang1206 opened 5 years ago

Jiang1206 commented 5 years ago

After a successful installation.When I do the "roslaunch object_analytics_launch analytics_opencl_caffe.launch" in a terminal. I get errors as follow.what can I do for this?

[ERROR] [1554879335.519874844]: Failed to load nodlet [/object_analytics/detecter] of type [opencl_caffe/opencl_caffe_nodelet] even after refreshing the cache: Failed to load library /home/jtr/catkin_ws/install/lib//libopencl_caffe_nodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libcaffe.so.1.0.0-rc5: cannot open shared object file: No such file or directory) [ERROR] [1554879335.519906425]: The error before refreshing the cache was: Failed to load library /home/jtr/catkin_ws/install/lib//libopencl_caffe_nodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libcaffe.so.1.0.0-rc5: cannot open shared object file: No such file or directory) [FATAL] [1554879335.520044394]: Failed to load nodelet '/object_analytics/detecterof typeopencl_caffe/opencl_caffe_nodeletto managerObjectAnalyticsMgr' [object_analytics/detecter-6] process has died [pid 3184, exit code 255, cmd /opt/ros/kinetic/lib/nodelet/nodelet load opencl_caffe/opencl_caffe_nodelet ObjectAnalyticsMgr /usb_cam/image_raw:=rgb inference:=detection name:=detecter log:=/home/jtr/.ros/log/0d6c4506-5b2c-11e9-87be-74dfbf1bff55/object_analytics-detecter-6.log]. log file: /home/jtr/.ros/log/0d6c4506-5b2c-11e9-87be-74dfbf1bff55/object_analytics-detecter-6*.log

songshan0321 commented 4 years ago

Facing the exact same error here, any luck so far??