-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exit code -11 while running darknet_ros.launch #205
Comments
when i use gdb , ii got this :
can anyone please help? |
Hi, same problem, did you fix that? |
no,and i found something strange . When I used Ubuntu 16 in VMwrea I can conmpile and run perfectly (CPU version) , but when i install Ubuntu on my laptop with the same ISO , it shows errors . I have changed the kernel to the version i used in VMware . |
Maybe i fix that . I reinstalled ubuntu16 today , but i didnt install boost or opencv , just ROS kinetic , now this project worked with CPU . I havent test the GPU version . Hope this is helpful to you . |
Also remember to change the path of config and weights files in YoloObjectDetector.cpp . |
Hey guys, I met the same issue. I'm on Ubuntu 18.04 with CUDA 10.2. |
Hi, have you solved this problem? |
I hope a more recent version of darknet_ros solves this issue. If not, feel free to reopen this issue. |
I meet the same problem in melodic branch with yolov3.launch at ubuntu 18.04 ros melodic I even try with the master branch, get the same error @tomlankhorst |
I think what I did back then to resolve this is that I retrained the model |
Maybe try to download the pre-trained models to be sure. |
I try with pre-trained models , but meet the same error |
Check the image format of the incoming message. Looks like only 3 channel image formats work but I'm still digging into it. |
I use ros_bridge to reform the image msg by:
maybe the image has 3 channel |
Loading weights from /home/bojan/darknet_ros_og/src/darknet_ros/darknet_ros/yolo_network_config/weights/yolov4-tiny-custom_2000.weights...Done! Hi everyone, I am facing the same issue. I've trained a custom model on darknet yolov4-tiny. Followed the instructions on the readme.
I was able to run the default yolov2-tiny.weights and .cfg but face this error only after pointing to our .cfg and weights as mentioned. Please help. |
This package helped me to use the yolov4 and worked with my custom dataset |
I have the same problem and couldn't solve it yet. I'm using cv_camera for the image_raw. I'm new to Ros and need help. Loading weights from /home/ez10/catkin_ws/src/darknet_ros/darknet_ros/yolo_network_config/weights/yolov3.weights...Done! |
Hi, I'm also having the same problem. I'm running on Ubuntu 20.04 ARM64 with ROS Noetic. Any help is appreciated. Loading weights from /home/parallels/catkin_ws/src/darknet_ros/darknet_ros/yolo_network_config/weights/yolov3.weights...Done! |
The only thing, that worked for me was a new installation of Linux and ROS. |
Hi guys, I have the same problem, but it also says: CUDA Error: no kernel image is available for execution on the device Before that, I deleted all Then I change the line as a Also, I found a similar solved issue. System (please complete the following information):
|
Try the following method : Here |
[darknet_ros-1] process has died [pid 23034, exit code -6, cmd /home/muhammet/ros_drone/devel/lib/darknet_ros/darknet_ros webcam/image_raw:=/webcam/image_raw __name:=darknet_ros __log:=/home/muhammet/.ros/log/1d506764-3942-11ef-8ecb-137503854d7f/darknet_ros-1.log]. I encountered such an error, can you help me? |
error lookes below:
[darknet_ros-1] process has died [pid 23440, exit code -11, cmd /home/shanyx/catkin_ws/devel/lib/darknet_ros/darknet_ros camera/rgb/image_raw:=/image_raw __name:=darknet_ros __log:=/home/shanyx/.ros/log/5c4f5838-3449-11ea-8e87-54e1ad5a8195/darknet_ros-1.log].
log file: /home/shanyx/.ros/log/5c4f5838-3449-11ea-8e87-54e1ad5a8195/darknet_ros-1*.log
i have checked the logfile , nothing useful . Can anyone please help me ?
The text was updated successfully, but these errors were encountered: