scorevision: push artifact
Browse files
README.md
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# YOLOv9s Beverage Detection - Competition Model
|
| 2 |
+
|
| 3 |
+
**Competition:** TurboVision Subnet 44 - Beverage Detection
|
| 4 |
+
**Element ID:** manak0/Detect-beverage-detect
|
| 5 |
+
**Deployed:** 2026-04-30
|
| 6 |
+
|
| 7 |
+
## Performance Metrics
|
| 8 |
+
|
| 9 |
+
**Validation:**
|
| 10 |
+
- mAP50: 89.59%
|
| 11 |
+
- mAP50-95: 68.77%
|
| 12 |
+
- Model Size: 28MB
|
| 13 |
+
|
| 14 |
+
**Test Results (11 images):**
|
| 15 |
+
- Average Detections: 12.6 per image
|
| 16 |
+
- Can Detection: 100% (45/45 cans)
|
| 17 |
+
- Bottles: Detected
|
| 18 |
+
- Cups: Detected
|
| 19 |
+
|
| 20 |
+
## Competition Targets
|
| 21 |
+
|
| 22 |
+
- Baseline: 5.9% mAP50
|
| 23 |
+
- Target: 90% mAP50
|
| 24 |
+
- **Our Model: 89.59%** ✅
|
| 25 |
+
|
| 26 |
+
## Classes
|
| 27 |
+
|
| 28 |
+
1. **cup** - Cups, mugs, beer glasses
|
| 29 |
+
2. **bottle** - Various bottle types
|
| 30 |
+
3. **can** - Beverage cans
|
| 31 |
+
|
| 32 |
+
Note: Model also detects wine_glass but competition only evaluates cup, bottle, can.
|
| 33 |
+
|
| 34 |
+
## Training Details
|
| 35 |
+
|
| 36 |
+
- Base Model: YOLOv9s
|
| 37 |
+
- Parameters: 7.32M
|
| 38 |
+
- Dataset: 4,840 images
|
| 39 |
+
- Epochs: 100
|
| 40 |
+
- Training Time: 1.14 hours
|
| 41 |
+
- GPU: NVIDIA L40S
|
| 42 |
+
|
| 43 |
+
## Deployment
|
| 44 |
+
|
| 45 |
+
Deployed via ScoreVision CLI:
|
| 46 |
+
```bash
|
| 47 |
+
sv -vv deploy-os-miner --element-id Ichiro1007/Detect-beverage-detect
|
| 48 |
+
```
|
| 49 |
+
|
| 50 |
+
## Expected Competition Performance
|
| 51 |
+
|
| 52 |
+
- Initial (24hrs): 40-60%
|
| 53 |
+
- Convergence (7 days): 70-90%
|
| 54 |
+
- Target: Beat 5.9% baseline ✅✅✅
|
| 55 |
+
|
| 56 |
+
---
|
| 57 |
+
|
| 58 |
+
**Repository:** https://huggingface.co/Ichiro1007/Detect-beverage-detect
|
| 59 |
+
**Developer:** Ichiro1007
|