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

Add YOLO-World Model Support in tracker_node.py #74

Open
wants to merge 2 commits into
base: noetic-devel
Choose a base branch
from

Conversation

yukiharada1228
Copy link

@yukiharada1228 yukiharada1228 commented Jun 25, 2024

PR Type

  • Feature

Overview

  • Added support for YOLO-World model in tracker_node.py.

Detail

  • Introduced use_world variable to check if the YOLO model name contains "world".
  • When using YOLO-World model, if self.classes is defined, it sets these classes in the model and then resets self.classes to None.
  • Otherwise, retains existing self.model.fuse() invocation.

Test

  • I have tested this change with rosbag

@yukiharada1228 yukiharada1228 changed the title Noetic devel world Add YOLO-World Model Support in tracker_node.py Jun 25, 2024
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

Successfully merging this pull request may close these issues.

2 participants