Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -4,12 +4,12 @@ emoji: 📈
|
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
description: Detect objects in an image using YOLOv5.
|
12 |
-
short_description: Detect objects in
|
13 |
---
|
14 |
|
15 |
# Object Detection
|
@@ -18,6 +18,6 @@ This Space provides an interactive demo for detecting objects in images using YO
|
|
18 |
|
19 |
## Features
|
20 |
- Supports common image formats (JPG, PNG, etc.)
|
21 |
-
- Real-time object detection
|
22 |
- Visualizes detection results with bounding boxes
|
23 |
-
- Displays confidence scores for each detection
|
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: pink
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.19.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
description: Detect objects in an image using YOLOv5.
|
12 |
+
short_description: Detect objects in a video and image using YOLOv5.
|
13 |
---
|
14 |
|
15 |
# Object Detection
|
|
|
18 |
|
19 |
## Features
|
20 |
- Supports common image formats (JPG, PNG, etc.)
|
|
|
21 |
- Visualizes detection results with bounding boxes
|
22 |
+
- Displays confidence scores for each detection
|
23 |
+
- Displays FPS for Video Detection.
|