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