ROS/ROS 2 package for Ultralytics YOLOv8 real-time object detection and segmentation. https://github.com/ultralytics/ultralytics
GNU Affero General Public License v3.0
205
stars
40
forks
source link
[noetic-devel] Add voxel grid filter and support for processing points with masks #35
Closed
Alpaca-zip closed 11 months ago
PR Type
Overview
classes
parameter.tracker_node
publishes.Detail
The type of messages published by
tracker_node
has been changed as follows.~result_topic
~result_image_topic
(sensor_msgs/Image)If you are using segmentation(e.g.
yolov8m-seg.pt
),tracker_with_cloud_node
uses the mask image in project cloud.tracker_node
tracker_with_cloud_node
If you want to run yolo with a specific class id, modify the launch file as follows.
If you want to specify the device to be used by yolo (e.g. cpu or cuda:0), modify the launch file as follows.
Test