Yannik019 commited on
Commit
26f0b57
·
verified ·
1 Parent(s): c95e000

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +75 -3
README.md CHANGED
@@ -1,3 +1,75 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: BagBuddy Dataset
3
+ size_categories:
4
+ - n<1K
5
+ task_categories:
6
+ - image-classification
7
+ - object-detection
8
+ configs:
9
+ - config_name: default
10
+ data_files:
11
+ - split: train
12
+ path: "**/*"
13
+ ---
14
+
15
+ # Yannik019/llm_pack_detection
16
+
17
+ This repository contains the BagBuddy dataset as a raw folder upload.
18
+
19
+ ## Layout
20
+
21
+ The root directory is organized into bucket folders such as `6`, `8`, `10`, and so on.
22
+ Each bucket contains timestamped capture folders. Every capture folder is expected to
23
+ contain:
24
+
25
+ - `debug.jpg`
26
+ - `view.jpg`
27
+ - `depth.npy`
28
+ - `groceries.json`
29
+
30
+ The `groceries.json` file stores a list of labeled grocery items with at least the
31
+ fields `name`, `idx`, `x`, and `y`.
32
+
33
+ ## Summary
34
+
35
+ - Samples: 40
36
+ - Total annotations: 520
37
+ - Buckets: 8
38
+ - Unique labels: 18
39
+
40
+ ### Samples Per Bucket
41
+
42
+ - 10: 5 samples
43
+ - 12: 5 samples
44
+ - 14: 5 samples
45
+ - 16: 5 samples
46
+ - 18: 5 samples
47
+ - 20: 5 samples
48
+ - 6: 5 samples
49
+ - 8: 5 samples
50
+
51
+ ### Label Frequencies
52
+
53
+ - Joghurt Cup: 55
54
+ - Energy Drink Can: 36
55
+ - Noodles in Plastic Bag: 35
56
+ - Bananas: 35
57
+ - Strawberries: 33
58
+ - Glass Beer Bottle: 32
59
+ - Eggs: 32
60
+ - Tomatoes: 31
61
+ - Apples: 29
62
+ - Onions: 29
63
+ - 1.5L Plastic Water Bottle: 29
64
+ - Mushrooms: 28
65
+ - Canned Corn: 26
66
+ - Lettuce: 22
67
+ - Cucumber: 21
68
+ - Bell Pepper: 19
69
+ - Canned Beans: 18
70
+ - Canned Peas: 10
71
+
72
+ ## Upload Notes
73
+
74
+ This dataset was uploaded with `upload_dataset_to_huggingface.py`. Update this card
75
+ if you want to document licensing, splits, or benchmark details more precisely.