Skip to content

Commit

Permalink
[Docs] Add oriented bounding boxes object detection example (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
CVHub520 committed Aug 4, 2024
1 parent 751f64f commit 34d6411
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions examples/detection/obb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Oriented Bounding Boxes Object Detection Example

## Introduction

Oriented object detection surpasses standard object detection by adding angular precision to pinpoint objects in images.

<img src=".data/annotated_obb_task.png" width="100%" />

## Usage

The calibration process for the rotated object detection task is as follows:

- Import the image file.
- Click the `rotations` button on the left menu bar or press the shortcut key `O` to quickly draw a rotated box.
- Select the corresponding rotated box object and adjust the rotation angle using the following shortcut keys:

| Shortcut Key | Description |
| ------------ | -------------------------- |
| z | Rotate counterclockwise by a large angle |
| x | Rotate counterclockwise by a small angle |
| c | Rotate clockwise by a small angle |
| v | Rotate clockwise by a large angle |

To display the rotation degrees, you can click 'View' in the top menu bar, and check 'Show Degrees' to display the estimated rotation angle in real-time.

0 comments on commit 34d6411

Please sign in to comment.