darknet_ros
darknet_ros copied to clipboard
Cannot read image , Waiting for image
Waiting for image when I already run the cam driver, darknet launch, and rviz. launching files :
- camera : roslaunch realsense2_camera rs_camera.launch
- darknet : roslaunch darknet_ros yolo_v3.launch
- rviz : rviz
Ros : noetic
Just now it worked but only if I switch between /camera/color/image_raw and /darknet_ros/detection_image topic and it only run once with good fps, 0.1 fps for the rest
I saw another issue that mention this, they solve it by installing cuda and cudnn, but I'm using AMD , is it possible to solve this ?