-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo_qualitative_source.json
More file actions
64 lines (64 loc) · 1.92 KB
/
Copy pathdemo_qualitative_source.json
File metadata and controls
64 lines (64 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"status": "SELECTED",
"demo_id": "qualitative",
"canonical_input": "assets/demo/qualitative-demo-input.png",
"canonical_result": "assets/demo/qualitative-demo-result.jpg",
"source_type": "generated_or_curated",
"source": "Project-generated curated image",
"source_title": "Curated olive oil, tea, and honey checkout scene",
"source_url": null,
"creator": "VisionCart project",
"license": "Project-generated portfolio asset",
"license_url": null,
"retrieval_date": "2026-08-12",
"original_dimensions": [1013, 1086],
"source_sha256": "8b22e632df0c91e7fe8193f61f00d58d7bb630c348f43d812dd94322110e82a4",
"intended_product_classes": ["honey", "oil", "tea"],
"visible_scene": {
"packaged_item_count": 3,
"product_types": [
"cooking oil",
"tea",
"honey"
]
},
"production_inference": {
"architecture": "yolo_only",
"detector_threshold": 0.5,
"detection_count": 2,
"detected_classes": ["tea", "oil"],
"production_detected_classes": ["oil", "tea"],
"detections": [
{
"label": "tea",
"confidence": 0.926558,
"bbox": [371, 357, 951, 853]
},
{
"label": "oil",
"confidence": 0.822834,
"bbox": [66, 89, 270, 950]
}
],
"basket": [
{
"name": "oil",
"quantity": 1,
"unit_price": "4.99",
"subtotal": "4.99"
},
{
"name": "tea",
"quantity": 1,
"unit_price": "3.49",
"subtotal": "3.49"
}
],
"total": "8.48"
},
"selection_reason": "A clear, curated checkout composition shows three distinct supported grocery types at readable scale. The frozen production path detects oil and tea consistently while leaving the honey miss visible as an honest qualitative limitation.",
"candidate_count_evaluated": 1,
"used_for_model_evaluation": false,
"used_for_threshold_tuning": false,
"used_for_reported_metrics": false
}