Spaces:
Running
Running
File size: 750 Bytes
f88fc78 4bde9db f88fc78 73439b2 4bde9db f88fc78 bc71176 10def4e bc71176 4bde9db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
---
title: Object Detection
emoji: π
colorFrom: green
colorTo: pink
sdk: gradio
sdk_version: 5.19.0
app_file: app.py
pinned: false
license: mit
description: Detect objects in an image using YOLOv5.
short_description: Detect objects in a video and image using YOLOv5.
---
# Object Detection
This Space provides an interactive demo for detecting objects in images using YOLOv5. Upload any image, and the model will identify and locate objects within it, drawing bounding boxes around detected items and labeling them with their corresponding classes.
## Features
- Supports common image formats (JPG, PNG, etc.)
- Visualizes detection results with bounding boxes
- Displays confidence scores for each detection
- Displays FPS for Video Detection. |