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

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +2 -3
  2. data/example.parquet +2 -2
  3. data/test.parquet +2 -2
README.md CHANGED
@@ -163,11 +163,10 @@ test_split = ds["test"] # 212 images — evaluation query set
163
  # subdataset — one of: BBBC, BCCD, LIVECell, NIH-3T3
164
  # objects — dict with keys:
165
  # bbox : list of [x_min, y_min, width, height] (COCO format, float32)
166
- # label : list of int (ClassLabel index, 0–9)
167
- # category : list of str (class name)
168
  ```
169
 
170
- > **Note on bbox format:** The Parquet files store bboxes in COCO format `[x_min, y_min, width, height]` as float32. The raw `annotation.jsonl` files use `[[x_min, y_min], [x_max, y_max]]` (top-left / bottom-right pixel coordinates) — see [Annotation Format](#annotation-format).
171
 
172
  ## Dataset Statistics
173
 
 
163
  # subdataset — one of: BBBC, BCCD, LIVECell, NIH-3T3
164
  # objects — dict with keys:
165
  # bbox : list of [x_min, y_min, width, height] (COCO format, float32)
166
+ # category : list of str (class name, one of 10 classes)
 
167
  ```
168
 
169
+ > **Note on bbox format:** The Parquet files store bboxes in COCO format `[x_min, y_min, width, height]` as float32, and `category` as a `ClassLabel`. The raw `annotation.jsonl` files use `[[x_min, y_min], [x_max, y_max]]` (top-left / bottom-right pixel coordinates) — see [Annotation Format](#annotation-format).
170
 
171
  ## Dataset Statistics
172
 
data/example.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58ab98b75f73409c4d9427e8199f4f08e3a7c31b50dbc09af55312c66676867a
3
- size 47782
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbcef7c34af78831110ff4aca0b26a9e0a8d1745b9ab7f3aabaecaa6724934b
3
+ size 29858
data/test.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:383c5c1aed33a947efd4820b7f76a1dbefc2f84c7f6550a1ba08b0edd6834f74
3
- size 264405
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b29e5cad35ee9384760443d2e41fd710c3e97d80ef5e0043427466ad3f41887
3
+ size 158489