Skip to content

Commit

Permalink
[Docs] Add horizontal bounding boxes object detection example
Browse files Browse the repository at this point in the history
  • Loading branch information
CVHub520 committed Aug 4, 2024
1 parent 34d6411 commit e52c501
Show file tree
Hide file tree
Showing 2 changed files with 15 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.
15 changes: 15 additions & 0 deletions examples/detection/hbb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Object Detection Example

## Introduction

Object detection is a computer vision solution that identifies objects, and their locations, in an image.

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

## Usage

Here's how to set up for the object detection job:

- Start by adding the image files.
- Then, tap the `rectangle` button on the left menu or press the `R` key to quickly create a rectangle shape.
- Finally, type in the matching name in the label dialog.

0 comments on commit e52c501

Please sign in to comment.