Skip to content

Add support for YOLO-World#522

Open
YuhyunNa wants to merge 2 commits intomarcoslucianops:masterfrom
YuhyunNa:add-yolo-world
Open

Add support for YOLO-World#522
YuhyunNa wants to merge 2 commits intomarcoslucianops:masterfrom
YuhyunNa:add-yolo-world

Conversation

@YuhyunNa
Copy link

Hello, I appreciate your outstanding work on the DeepStream-YOLO repository, which has been incredibly helpful for using various YOLO models within the DeepStream SDK.

As the YOLO-World model, a real-time open-vocabulary object detector, has been recently released, I have extended your repository to include support for YOLO-World within the DeepStream SDK.

  • Added utils/export_yoloWorld.py
    • Load YOLO-World model
    • Set custom classes (optional)
    • Modify outputs by adding a module, DeepStreamOutput()
    • Export to ONNX
  • Added config_infer_primary_yoloWorld.txt
  • Added docs/YOLO_World.md

@YuhyunNa YuhyunNa marked this pull request as draft March 25, 2024 04:04
@YuhyunNa YuhyunNa marked this pull request as ready for review March 25, 2024 04:04
@YuhyunNa
Copy link
Author

@marcoslucianops

@lzylzylzy123456
Copy link

Have you completed the TensorRT acceleration for YOLO-World? If so, that's really great work.

@YuhyunNa
Copy link
Author

YuhyunNa commented Apr 8, 2024

I appreciate it!
With the DeepStream-YOLO by @marcoslucianops, I was able to make YOLO-World work within the DeepStream SDK.
The TensorRT engine building process also works fine for YOLO-World.

return args


if __name__ == '__main__':

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ZhengQuancheng
Copy link

Hello, I'm using your solution to deploy the YOLO-World model (from ultralytics' yolov8l-worldv2.pt), but I'm encountering the following issue. How can I resolve it?

image

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.

4 participants