Use the widget below to experiment with YOLOv5 Oriented Bounding Boxes. You can detect COCO classes such as people, vehicles, animals, household items.
Oriented bounding boxes are bounding boxes rotated to better fit the objects represented on an angle. Take a pill detection dataset for example. Using YOLOv5-OBB we are able to detect pills that are rotated on a given frame or image more tightly and accurately, preventing capture of multiple pills or other objects in one bounding box.
Getting Started: https://github.com/hukaixuan19970627/yolov5_obb/blob/master/docs/GetStart.md
YOLOv5-OBB Paper: https://arxiv.org/abs/2003.05597v2
Code for ECCV 2020 paper: Arbitrary-Oriented Object Detection with Circular Smooth Label: https://github.com/Thinklab-SJTU/CSL_RetinaNet_Tensorflow
YOLOv5 Oriented Bounding Boxes
is licensed under a
GPL-3.0
license.
You can use Roboflow Inference to deploy a
YOLOv5 Oriented Bounding Boxes
API on your hardware. You can deploy the model on CPU (i.e. Raspberry Pi, AI PCs) and GPU devices (i.e. NVIDIA Jetson, NVIDIA T4).
Below are instructions on how to deploy your own model API.