FelicieGS commited on
Commit
a11603e
·
verified ·
1 Parent(s): c68c15f

Add dataset_info.json

Browse files
Files changed (1) hide show
  1. dataset_info.json +71 -0
dataset_info.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "STHELAR_40x",
3
+ "features": {
4
+ "file_name": {
5
+ "dtype": "string",
6
+ "_type": "Value"
7
+ },
8
+ "image": {
9
+ "_type": "Image"
10
+ },
11
+ "slide_id": {
12
+ "dtype": "string",
13
+ "_type": "Value"
14
+ },
15
+ "tissue": {
16
+ "names": [
17
+ "Breast",
18
+ "Cervix",
19
+ "Colon",
20
+ "Heart",
21
+ "Kidney",
22
+ "Liver",
23
+ "Lung",
24
+ "LymphNode",
25
+ "Ovarian",
26
+ "Pancreatic",
27
+ "Prostate",
28
+ "Skin",
29
+ "Tonsil"
30
+ ],
31
+ "_type": "ClassLabel"
32
+ },
33
+ "cell_counts": {
34
+ "feature": {
35
+ "dtype": "uint16",
36
+ "_type": "Value"
37
+ },
38
+ "_type": "List"
39
+ },
40
+ "instance_map": {
41
+ "_type": "Image"
42
+ },
43
+ "type_map": {
44
+ "_type": "Image"
45
+ },
46
+ "Dice": {
47
+ "dtype": "float16",
48
+ "_type": "Value"
49
+ },
50
+ "Jaccard": {
51
+ "dtype": "float16",
52
+ "_type": "Value"
53
+ },
54
+ "bPQ": {
55
+ "dtype": "float16",
56
+ "_type": "Value"
57
+ }
58
+ },
59
+ "splits": {
60
+ "train": {
61
+ "name": "train",
62
+ "num_examples": 587555
63
+ }
64
+ },
65
+ "version": {
66
+ "version_str": "0.0.0",
67
+ "major": 0,
68
+ "minor": 0,
69
+ "patch": 0
70
+ }
71
+ }