Skip to content
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

Issue with YOLOV11 Node Output #65

Open
besma14 opened this issue Dec 19, 2024 · 5 comments
Open

Issue with YOLOV11 Node Output #65

besma14 opened this issue Dec 19, 2024 · 5 comments

Comments

@besma14
Copy link

besma14 commented Dec 19, 2024

Hello,

I am using a Basler camera with ROS2, and its topic is configured as /cam0, /cam1 ... . I launch the YOLO node with the following command using the GPU: ros2 launch yolo_bringup yolov11.launch.py input_image_topic:="/cam1"
However, I do not receive any detection output on topics like /yolo/dbg_image or /yolo/detections. The camera is functioning correctly and publishing images on /cam0.

Could you please assist me in diagnosing and resolving this issue?

i have ROS2 Humble, ubuntu 22.04, i used the dockerfile

Thank you in advance for your support.

Screenshot from 2024-12-19 16-33-36

@mgonzs13
Copy link
Owner

@besma14 can you check the QoS of the camera topics? Both, the publisher and subscriber must have the same QoS.

@besma14
Copy link
Author

besma14 commented Dec 20, 2024

hi, I looked at the QoS as you mentioned as you can see in the screenshots and I still don't have an image
2
3
1

@besma14
Copy link
Author

besma14 commented Dec 20, 2024

I changed the Qos to RELIABLE but I still don't have my image, please help me
5

6

4

@mgonzs13
Copy link
Owner

@besma14 check if the /yolo/yolo_node is subscribed to you /cam1 topic.

@Phance
Copy link

Phance commented Jan 2, 2025

@besma14 I also want to use Basler camera to realize YOLO real-time detection, can you help me solve some problems? How can I use the Basler camera to achieve detection in Rviz2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants