polejowska
commited on
Commit
•
0763a0f
1
Parent(s):
3026b4a
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: 35879463408.88
|
36 |
+
num_examples: 18421
|
37 |
+
- name: valid
|
38 |
+
num_bytes: 3475442128.938
|
39 |
+
num_examples: 1781
|
40 |
+
- name: test
|
41 |
+
num_bytes: 4074586864.944
|
42 |
+
num_examples: 2116
|
43 |
+
download_size: 43275144782
|
44 |
+
dataset_size: 43429492402.762
|
45 |
+
---
|
46 |
+
# Dataset Card for "cd45rb"
|
47 |
+
|
48 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|