leggedrobotics / darknet_ros

YOLO ROS: Real-Time Object Detection for ROS
BSD 3-Clause "New" or "Revised" License
2.23k stars 1.18k forks source link

Process died with exit code -11 #100

Open rpfly3 opened 6 years ago

rpfly3 commented 6 years ago
[darknet_ros-2] process has died [pid 21702, exit code -11, cmd /home/pengfei/Documents/catkin_ws/devel/lib/darknet_ros/darknet_ros __name:=dark
net_ros __log:=/home/pengfei/.ros/log/4d4a463e-7ade-11e8-8c29-34f64b39d7e9/darknet_ros-2.log].
log file: /home/pengfei/.ros/log/4d4a463e-7ade-11e8-8c29-34f64b39d7e9/darknet_ros-2*.log

I continuously get send images to darknet. After sometime, it dies. I try to identify the reason with the log file. But I cannot find it. Does anyone have similar experience? Thanks a lot.

shilaimu commented 6 years ago

I have similar errors,did you slove the problome?

shilaimu commented 6 years ago

this errors may be caused by cfg and weights cant match

rpfly3 commented 6 years ago

@shilaimu Check my solution here: https://github.com/pjreddie/darknet/issues/918#issuecomment-404356663

xiachongkun commented 5 years ago

Hello, do you solve this problem? I met with the same problem. But I dont know where is wrong. Can anyone help me ?

Looomo commented 4 years ago

still the same error . anything new ? using ubuntu 16.04 , ROS lunar , cuda 10.2

cheexuu commented 1 year ago

Try the method I answered in this issue #381

Vamsi-IITI commented 1 year ago

I had this error : Screenshot from 2023-07-09 14-13-28

In my case it got solved when I set batch and subdivisions to 1 in the config file. Screenshot from 2023-07-09 14-07-59