Add YOLOv11 OBB demo from TS under IoT category#22
Add YOLOv11 OBB demo from TS under IoT category#22FlamingoTS-bot wants to merge 1 commit intoqualcomm:mainfrom
Conversation
Signed-off-by: FlamingoTS-bot <cuiyx0701@thundersoft.com>
|
Sorry about giving the wrong link previously. You can access to the demo with the link below this time. |
|
This pull request has been marked as stale due to 60 days of inactivity. To prevent automatic closure in 10 days, remove the stale label or add a comment. You can reopen a closed pull request at any time. |
|
Could you please help to review when convenient? |
Project Outline:
Oriented object detection goes a step further than standard object detection by introducing an extra angle to locate objects more accurately in an image. The output of an oriented object detector is a set of rotated bounding boxes that precisely enclose the objects in the image, along with class labels and confidence scores for each box.
Deploy yolo11-obb for oriented bounding boxes object detection. (The model is downloaded from open source)
Hardware Requirements :
6490(RB3G2 LU)
Demo output:
Github: [https://github.com/ThunderSoft-XA/YOLOv11_OBB]