polejowska
commited on
Commit
•
f074f40
1
Parent(s):
cad10b9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image_id
|
5 |
+
dtype: int64
|
6 |
+
- name: image
|
7 |
+
dtype: image
|
8 |
+
- name: width
|
9 |
+
dtype: int32
|
10 |
+
- name: height
|
11 |
+
dtype: int32
|
12 |
+
- name: objects
|
13 |
+
list:
|
14 |
+
- name: category_id
|
15 |
+
dtype:
|
16 |
+
class_label:
|
17 |
+
names:
|
18 |
+
'0': leukocyte
|
19 |
+
- name: image_id
|
20 |
+
dtype: string
|
21 |
+
- name: id
|
22 |
+
dtype: int64
|
23 |
+
- name: area
|
24 |
+
dtype: int64
|
25 |
+
- name: bbox
|
26 |
+
sequence: float32
|
27 |
+
length: 4
|
28 |
+
- name: segmentation
|
29 |
+
list:
|
30 |
+
list: float32
|
31 |
+
- name: iscrowd
|
32 |
+
dtype: bool
|
33 |
+
splits:
|
34 |
+
- name: train
|
35 |
+
num_bytes: 39837143663.684
|
36 |
+
num_examples: 20518
|
37 |
+
- name: val
|
38 |
+
num_bytes: 3871338145.624
|
39 |
+
num_examples: 1988
|
40 |
+
- name: test
|
41 |
+
num_bytes: 4408053930.664
|
42 |
+
num_examples: 2299
|
43 |
+
download_size: 983125836
|
44 |
+
dataset_size: 48116535739.972
|
45 |
+
---
|
46 |
+
# Dataset Card for "cd45rb_leukocytes_dataset"
|
47 |
+
|
48 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|