Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.45.0
metadata
license: apache-2.0
title: YOLO Car Detection
sdk: gradio
emoji: π
colorFrom: yellow
colorTo: yellow
short_description: sdasd
app_file: main.py
pinned: false
sdk_version: 5.44.0
Car Damage Detection System with YOLOv11
A state-of-the-art vehicle damage detection and comparison system using YOLOv11, designed to analyze vehicle conditions before and after delivery.
Features
- YOLOv11 Detection: YOLO model for accurate damage detection
- Smart Comparison: IoU-based matching using Hungarian algorithm
- 6-Position Analysis: Comprehensive vehicle inspection from multiple angles
- Case Classification: Automatic categorization of damage scenarios
- Visual Reports: Generated comparison images with damage highlights
- REST API: Easy integration with existing systems
Use Cases
The system identifies three main scenarios:
- Case 1 - Existing Damage: Damages present before and after delivery β Delivery completed
- Case 2 - New Damage: New damages detected after delivery β Issue during delivery
- Case 3 - No Damage: No damages detected β Successful delivery
Quick Start
Installation
- Clone the repository
- Install dependencies:
pip install -r requirements.txt