marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.38k stars 343 forks source link

Add support for YOLO-World #522

Open YuhyunNa opened 3 months ago

YuhyunNa commented 3 months ago

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.

YuhyunNa commented 3 months ago

@marcoslucianops

lzylzylzy123456 commented 3 months ago

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

YuhyunNa commented 2 months ago

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.