Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🚗 DamageLens: AI-Powered Car Damage Detection
|
| 2 |
|
| 3 |
[](https://python.org)
|
|
@@ -699,4 +707,4 @@ DamageLens/
|
|
| 699 |
- YOLO model may miss small or partially occluded damage
|
| 700 |
- Grad-CAM is for diagnostic/explainability purposes only
|
| 701 |
- Batch processing not currently supported
|
| 702 |
-
- FP16 Grad-CAM on CPU requires automatic FP32 cast (handled internally)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: DamageLensAI
|
| 3 |
+
sdk: docker
|
| 4 |
+
emoji: ⚡
|
| 5 |
+
colorFrom: red
|
| 6 |
+
colorTo: purple
|
| 7 |
+
pinned: true
|
| 8 |
+
---
|
| 9 |
# 🚗 DamageLens: AI-Powered Car Damage Detection
|
| 10 |
|
| 11 |
[](https://python.org)
|
|
|
|
| 707 |
- YOLO model may miss small or partially occluded damage
|
| 708 |
- Grad-CAM is for diagnostic/explainability purposes only
|
| 709 |
- Batch processing not currently supported
|
| 710 |
+
- FP16 Grad-CAM on CPU requires automatic FP32 cast (handled internally)
|