Update README.md
Browse files
README.md
CHANGED
|
@@ -38,23 +38,8 @@ dataset_info:
|
|
| 38 |
dataset_size: 12169999
|
| 39 |
---
|
| 40 |
|
| 41 |
-
#
|
| 42 |
-
|
| 43 |
-
## Files
|
| 44 |
-
|
| 45 |
-
- `train.parquet`: self-contained parquet export with embedded image bytes
|
| 46 |
-
- `dataset_info.json`: metadata produced by the `datasets` library
|
| 47 |
-
- `saved_dataset/`: optional `save_to_disk` export for local reloading
|
| 48 |
-
|
| 49 |
-
## Schema
|
| 50 |
-
|
| 51 |
-
- `image`: the `view.jpg` scene image
|
| 52 |
-
- `caption`: generated caption summarizing the scene labels
|
| 53 |
-
- `bucket`: top-level source bucket directory such as `6` or `10`
|
| 54 |
-
- `sample_id`: timestamped sample folder name
|
| 55 |
-
- `labels`: grocery item labels from `groceries.json`
|
| 56 |
-
- `annotation_indices`, `annotation_x`, `annotation_y`: annotation metadata
|
| 57 |
-
- `annotation_count`: number of annotated items in the scene
|
| 58 |
|
| 59 |
## Hub Usage
|
| 60 |
|
|
@@ -65,6 +50,7 @@ dataset = load_dataset("Yannik019/llm_pack_detection", split="train")
|
|
| 65 |
print(dataset)
|
| 66 |
```
|
| 67 |
|
|
|
|
| 68 |
|
| 69 |
## Row count
|
| 70 |
- Rows: 40
|
|
|
|
| 38 |
dataset_size: 12169999
|
| 39 |
---
|
| 40 |
|
| 41 |
+
# LLM-Pack: Grocery Detection Dataset
|
| 42 |
+
A dataset, showing scenes of grocery items on a table. Each item is annotated by location and name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
## Hub Usage
|
| 45 |
|
|
|
|
| 50 |
print(dataset)
|
| 51 |
```
|
| 52 |
|
| 53 |
+
Please find a detailed example [here](https://huggingface.co/datasets/Yannik019/llm_pack_detection/blob/main/example.py).
|
| 54 |
|
| 55 |
## Row count
|
| 56 |
- Rows: 40
|