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

Yolov8-OBB implementation #544

Open mikelmujika11 opened 3 weeks ago

mikelmujika11 commented 3 weeks ago

Hi,

Last week I noticed that there is a new Yolo model, Yolov8-OBB, that apart from providing de bboxes it also gives the orientation of the bbox. I have tried using it in Deepstream but I am not able to see the rotation. I suppose that I have to change the nvdsparsebbox_Yolo.cpp file but I want to know if it is already implemented or it is on development, not to do the work twice.