Support for YOLO-Worldv2 models alongside currently supported YOLO-like ONNX model files #281
Open
2 tasks done
Labels
feature_request
New feature or request
Preliminary Checks
Proposal
Support for YOLO-Worldv2 models could be added to the "Custom Object Detection with YOLO-like ONNX model file" feature. I have tried using persisting models saved using the following method provided by Ultralytics, but it fails to detect any objects when launching
display_zed_cam.launch.py
. The PT file saved was exported as ONNX through the CLI as given in the README.Ultralytics' documentation for YOLO-World states that the models saved using the above method behave like any other pre-trained YOLOv8 model, so I am unsure if the saved persisting YOLO-Worldv2 models should already work with the ZED ROS2 wrapper once exported as ONNX.
Use-Case
This would allow persisting YOLO-World models to display objects detected through the ROS 2 plugin used to visualize the results of the Object Detection, hopefully making zero-shot detection with dynamic custom classes possible with the ZED stereo cameras.
Anything else?
No response
The text was updated successfully, but these errors were encountered: