Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.15.2
metadata
title: YOLO12 - Specialized Object Detection
emoji: π
colorFrom: indigo
colorTo: blue
sdk: gradio
sdk_version: 6.12.0
app_file: app.py
pinned: false
tags:
- Object Detection
- Instance Segmentation
- Pose Estimation
- Oriented Bounding Boxes (OBB)
- Image Classification
- YOLO12
- Computer Vision
short_description: Comprehensive YOLO12 app for computer vision tasks.
YOLO12 Computer Vision Space
Welcome to the YOLO12 Space! This application provides a unified interface to test and run the full suite of Ultralytics YOLO12 models for various computer vision tasks.
π Features
- All-in-One Inference: Support for images and videos in a single app.
- Multiple Tasks: Switch seamlessly between different modes:
- π― Object Detection: Locate and identify objects with bounding boxes.
- π¨ Instance Segmentation: Precise per-pixel outlines of objects.
- 𦴠Pose Estimation: Detect human points and skeletons.
- π Oriented Bounding Boxes (OBB): Detection for rotated objects (e.g., aerial or misaligned imagery).
- π·οΈ Classification: Overall scene categorization.
- Model Selection: Choose from various model sizes (Nano, Small, Medium, Large, X-Large) to balance speed and accuracy.
- Adjustable Parameters: Fine-tune confidence thresholds, IoU (Intersection over Union), and max detections.
π¦ Getting Started
- Usage: Upload an image or video, select your preferred model variant and image size, then hit "Detect Objects".
- Examples: Check out the gallery at the bottom of the "Image" tab for pre-loaded scenarios to see the models in action.
π οΈ Technology Stack
- Framework: Ultralytics Hub (YOLO12 Engine)
- UI: Gradio
- Deployment: Hugging Face Spaces
Created by Atalay Denknalbant - Modified for YOLO12