darknet_ros
darknet_ros copied to clipboard
YOLO ROS: Real-Time Object Detection for ROS
Hello. I am a college student in Japan and a fan of darknet_ros. I've been wanting to make the ROS2 + YOLO v4 implementation happen for a long time, and...
When testing darknet_ros with recorded rosbags, we encounter the following problem: 1. Running darknet rosnode is fine, the net will be initialized and then the message "Waiting for image" will...
**Describe the bug** Hi, So I am new to this and trying to build darknet_ros. I have build it under the foxy branch. I have encoutered many syntax error such...
error output in terminal ``` /home/gordonlin/robot/devel/lib/libdarknet_ros_lib.so: undefined reference to `pull_implicit_layer' /home/gordonlin/robot/devel/lib/libdarknet_ros_lib.so: undefined reference to `ipl_into_image' /home/gordonlin/robot/devel/lib/libdarknet_ros_lib.so: undefined reference to `push_implicit_layer' /home/gordonlin/robot/devel/lib/libdarknet_ros_lib.so: undefined reference to `ipl_to_image' /home/gordonlin/robot/devel/lib/libdarknet_ros_lib.so: undefined reference to `make_implicit_layer'...
Hi I'am working with Flir camera and using ubuntu 18.04 and ros melodic on NVIDIA Jetson TX2 board. i have created workspace and cloned this project in my workspace i...
Typo error from hair drier to hair dryer
Detection classes naming typo from hair drier to hair dryer
I am using Ubuntu 18 , ros melodic, cuda 11.1, rtx3090. I am getting error while building the workspace that curand.h : curand.h no such file or directory
Hi, I'm trying to integrate ROS with YOLO, and I want to be able to play the darknet_ros/detection_image topic from bag and visualise it. The problem is that when I...
After I set up the environment, I run this command **roslaunch darknet_ros darknet_ros.launch** However, I met errors.  Below is the full info of my code mf093087@ubuntu:~/catkin_workspace$ roslaunch darknet_ros darknet_ros.launch...