darknet_ros icon indicating copy to clipboard operation
darknet_ros copied to clipboard

Process died with exit code -11

Open rpfly3 opened this issue 7 years ago • 7 comments

[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.

rpfly3 avatar Jun 28 '18 14:06 rpfly3

I have similar errors,did you slove the problome?

shilaimu avatar Jul 05 '18 08:07 shilaimu

this errors may be caused by cfg and weights cant match

shilaimu avatar Jul 12 '18 08:07 shilaimu

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

rpfly3 avatar Jul 13 '18 03:07 rpfly3

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

xiachongkun avatar May 22 '19 13:05 xiachongkun

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

Looomo avatar Jan 13 '20 15:01 Looomo

Try the method I answered in this issue #381

cheexuu avatar Jan 06 '23 03:01 cheexuu

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

Vamsi-IITI avatar Jul 09 '23 08:07 Vamsi-IITI