stumbledparams commited on
Commit
7c0fb7c
·
verified ·
1 Parent(s): 1f360ac

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +7 -11
  2. data/example.parquet +0 -0
README.md CHANGED
@@ -54,7 +54,11 @@ The dataset contains two splits that together constitute the few-shot evaluation
54
 
55
  ```
56
  Micro-OD/
57
- ├── example/ # Few-shot support set
 
 
 
 
58
  │ ├── BBBC/
59
  │ │ ├── annotation.jsonl # Bounding-box annotations
60
  │ │ ├── images/ # 10 PNG images
@@ -73,7 +77,7 @@ Micro-OD/
73
  │ │ └── images_overlay/
74
  │ └── stat.txt # Split-level statistics
75
 
76
- └── test/ # Evaluation query set
77
  ├── BBBC/
78
  │ ├── annotation.jsonl
79
  │ ├── images/ # 53 PNG images
@@ -142,15 +146,7 @@ Annotations are stored as [JSON Lines](https://jsonlines.org/) (`.jsonl`) files
142
 
143
  ## Usage
144
 
145
- Before pushing to HuggingFace Hub, generate the Parquet files from the raw annotations:
146
-
147
- ```bash
148
- pip install datasets pillow pyarrow
149
- python scripts/generate_parquet.py
150
- # Outputs: data/example.parquet, data/test.parquet
151
- ```
152
-
153
- Then load the dataset normally:
154
 
155
  ```python
156
  from datasets import load_dataset
 
54
 
55
  ```
56
  Micro-OD/
57
+ ├── data/ # Generated Parquet files (HuggingFace viewer)
58
+ │ ├── example.parquet # 40 rows — few-shot support set
59
+ │ └── test.parquet # 212 rows — evaluation query set
60
+
61
+ ├── example/ # Few-shot support set (raw files)
62
  │ ├── BBBC/
63
  │ │ ├── annotation.jsonl # Bounding-box annotations
64
  │ │ ├── images/ # 10 PNG images
 
77
  │ │ └── images_overlay/
78
  │ └── stat.txt # Split-level statistics
79
 
80
+ └── test/ # Evaluation query set (raw files)
81
  ├── BBBC/
82
  │ ├── annotation.jsonl
83
  │ ├── images/ # 53 PNG images
 
146
 
147
  ## Usage
148
 
149
+ To load the dataset:
 
 
 
 
 
 
 
 
150
 
151
  ```python
152
  from datasets import load_dataset
data/example.parquet CHANGED
Binary files a/data/example.parquet and b/data/example.parquet differ