meaculpitt commited on
Commit
fabc2ae
·
verified ·
1 Parent(s): 30f38a4

scorevision: push artifact

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - element_type:detect
4
+ - model:yolov11-medium
5
+ - object:bottle
6
+ - object:can
7
+ - object:cup
8
+ manako:
9
+ description: SN44 beverage detection — YOLOv11-medium trained on a merged ~38k-image
10
+ dataset (TACO + COCO + Drinking Waste + 5 Roboflow sources) for bottle, can, cup.
11
+ source: meaculpitt/beverage-v1
12
+ prompt_hints: null
13
+ input_payload:
14
+ - name: frame
15
+ type: image
16
+ description: RGB frame
17
+ output_payload:
18
+ - name: detections
19
+ type: detections
20
+ description: List of detections (bottle / can / cup) with bbox + confidence
21
+ ---