Datasets:
Upload folder using huggingface_hub
Browse files- README.md +2 -3
- data/example.parquet +2 -2
- 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 |
-
#
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b29e5cad35ee9384760443d2e41fd710c3e97d80ef5e0043427466ad3f41887
|
| 3 |
+
size 158489
|