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
Add YOLO-World Model Support in tracker_node.py #74
Open
yukiharada1228 opened 5 months ago
PR Type
Overview
Detail
use_world
variable to check if the YOLO model name contains "world".self.classes
is defined, it sets these classes in the model and then resetsself.classes
toNone
.self.model.fuse()
invocation.Test