You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a zed camera. I have correctly remapped the topics and able to generate the demos correctly for 2D detections but not able to generate the 3D detection results.
To be specific, I am using ros2 launch yolo_bringup yolo.launch.py model:=yolov8m-seg.pt use_3d:=False and this is working.
This command which should also be showing 3D detection ros2 launch yolo_bringup yolo.launch.py model:=yolov8m-seg.pt is executing but the node seems to hang and the depth and RGB image coming from zed seem to freeze (froze on rviz and also froze when I do topic echo) and I see no detection in 2D image let alone in the 3D one.
Hi @ArghyaChatterjee, if you are not getting detections while using 3D and your QoS are correct, you may be having problems with the target frame. By default, the target_frame is base_link.
Hello,
I am using a zed camera. I have correctly remapped the topics and able to generate the demos correctly for 2D detections but not able to generate the 3D detection results.
To be specific, I am using
ros2 launch yolo_bringup yolo.launch.py model:=yolov8m-seg.pt use_3d:=False
and this is working.This command which should also be showing 3D detection
ros2 launch yolo_bringup yolo.launch.py model:=yolov8m-seg.pt
is executing but the node seems to hang and the depth and RGB image coming from zed seem to freeze (froze on rviz and also froze when I do topic echo) and I see no detection in 2D image let alone in the 3D one.The QoS profile zed has for the depth are:
This is same for RGB images as well.
The 2 depth publishing mode that zed has:
mono16:
32FC1:
I tried both but not working. Still have the same issue. Do you have any better idea about why this is happening ?
The text was updated successfully, but these errors were encountered: