darknet_ros
darknet_ros copied to clipboard
when i run the (roslaunch darknet_ros darknet_ros.launch) this error shown please give me advise!!!
Loading weights from /home/hp-robo/catkin_ws/src/darknet_ros/darknet_ros/yolo_network_config/weights/yolo-voc.weights...Done! [ INFO] [1517904602.426531622]: [YoloObjectDetector] USB image received. OpenCV Error: The function/feature is not implemented (Unknown/unsupported array type) in type, file /home/hp-robo/opencv/modules/core/src/matrix.cpp, line 2034 terminate called after throwing an instance of 'cv::Exception' what(): /home/hp-robo/opencv/modules/core/src/matrix.cpp:2034: error: (-213) Unknown/unsupported array type in function type
[darknet_ros-1] process has died [pid 8529, exit code -6, cmd /home/hp-robo/catkin_ws/devel/lib/darknet_ros/darknet_ros __name:=darknet_ros __log:=/home/hp-robo/.ros/log/e2e45d24-0b12-11e8-a520-40b03449060a/darknet_ros-1.log]. log file: /home/hp-robo/.ros/log/e2e45d24-0b12-11e8-a520-40b03449060a/darknet_ros-1*.log all processes on machine have died, roslaunch will exit shutting down processing monitor... ... shutting down processing monitor complete done
Do you have some idea about this issue? I met this question
hello, my fault is that "waiting for image" .Why I program can't receive the image?
i have the same problem. did u solve it?
@fikar24fikar @DanLiu0623 @xiachongkun Did y'all manage to solve the issue?
Update I solved the issue. The reason is because I use opencv 2 to compile the darknet_ros but I am using cv_bridge with opencv 3.
Hey I have similar problem? How did you solve it? @Alex-Beh Can you post steps?