minh9972t12 commited on
Commit
f9d2f2b
Β·
1 Parent(s): c8a046c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -28
README.md CHANGED
@@ -1,29 +1,40 @@
1
- # Car Damage Detection System with YOLOv11
2
-
3
- A state-of-the-art vehicle damage detection and comparison system using YOLOv11, designed to analyze vehicle conditions before and after delivery.
4
-
5
- ## Features
6
-
7
- - **YOLOv11 Detection**: YOLO model for accurate damage detection
8
- - **Smart Comparison**: IoU-based matching using Hungarian algorithm
9
- - **6-Position Analysis**: Comprehensive vehicle inspection from multiple angles
10
- - **Case Classification**: Automatic categorization of damage scenarios
11
- - **Visual Reports**: Generated comparison images with damage highlights
12
- - **REST API**: Easy integration with existing systems
13
-
14
- ## Use Cases
15
-
16
- The system identifies three main scenarios:
17
-
18
- 1. **Case 1 - Existing Damage**: Damages present before and after delivery β†’ Delivery completed
19
- 2. **Case 2 - New Damage**: New damages detected after delivery β†’ Issue during delivery
20
- 3. **Case 3 - No Damage**: No damages detected β†’ Successful delivery
21
-
22
- ## Quick Start
23
-
24
- ### Installation
25
-
26
- 1. Clone the repository
27
- 2. Install dependencies:
28
- ```bash
 
 
 
 
 
 
 
 
 
 
 
29
  pip install -r requirements.txt
 
1
+ ---
2
+ license: apache-2.0
3
+ title: YOLO Car Detection
4
+ sdk: gradio
5
+ emoji: πŸš€
6
+ colorFrom: yellow
7
+ colorTo: yellow
8
+ short_description: sdasd
9
+ app_file: main.py
10
+ pinned: false
11
+ ---
12
+ # Car Damage Detection System with YOLOv11
13
+
14
+ A state-of-the-art vehicle damage detection and comparison system using YOLOv11, designed to analyze vehicle conditions before and after delivery.
15
+
16
+ ## Features
17
+
18
+ - **YOLOv11 Detection**: YOLO model for accurate damage detection
19
+ - **Smart Comparison**: IoU-based matching using Hungarian algorithm
20
+ - **6-Position Analysis**: Comprehensive vehicle inspection from multiple angles
21
+ - **Case Classification**: Automatic categorization of damage scenarios
22
+ - **Visual Reports**: Generated comparison images with damage highlights
23
+ - **REST API**: Easy integration with existing systems
24
+
25
+ ## Use Cases
26
+
27
+ The system identifies three main scenarios:
28
+
29
+ 1. **Case 1 - Existing Damage**: Damages present before and after delivery β†’ Delivery completed
30
+ 2. **Case 2 - New Damage**: New damages detected after delivery β†’ Issue during delivery
31
+ 3. **Case 3 - No Damage**: No damages detected β†’ Successful delivery
32
+
33
+ ## Quick Start
34
+
35
+ ### Installation
36
+
37
+ 1. Clone the repository
38
+ 2. Install dependencies:
39
+ ```bash
40
  pip install -r requirements.txt