Datasets:

Modalities:
Image
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
License:
gOLIVES commited on
Commit
925bc90
·
verified ·
1 Parent(s): 0e9ac2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -54
README.md CHANGED
@@ -5,63 +5,15 @@ size_categories:
5
  pretty_name: 'OLIVES Dataset: Ophthalmic Labels for Investigating Visual Eye Semantics'
6
  tags:
7
  - medical
8
- dataset_info:
9
- features:
10
- - name: image
11
- dtype: image
12
- - name: Scan (n/49)
13
- dtype: int64
14
- - name: Atrophy / thinning of retinal layers
15
- dtype: int64
16
- - name: Disruption of EZ
17
- dtype: int64
18
- - name: DRIL
19
- dtype: int64
20
- - name: IR hemorrhages
21
- dtype: int64
22
- - name: IR HRF
23
- dtype: int64
24
- - name: Partially attached vitreous face
25
- dtype: int64
26
- - name: Fully attached vitreous face
27
- dtype: int64
28
- - name: Preretinal tissue/hemorrhage
29
- dtype: int64
30
- - name: Vitreous debris
31
- dtype: int64
32
- - name: VMT
33
- dtype: int64
34
- - name: DRT/ME
35
- dtype: int64
36
- - name: Fluid (IRF)
37
- dtype: int64
38
- - name: Fluid (SRF)
39
- dtype: int64
40
- - name: Disruption of RPE
41
- dtype: int64
42
- - name: PED (serous)
43
- dtype: int64
44
- - name: SHRM
45
- dtype: int64
46
- - name: Eye_ID
47
- dtype: int64
48
- - name: BCVA
49
- dtype: int64
50
- - name: CST
51
- dtype: int64
52
- - name: Patient_ID
53
- dtype: int64
54
- splits:
55
- - name: train
56
- num_bytes: 2354564564.176
57
- num_examples: 9408
58
- download_size: 2011451893
59
- dataset_size: 2354564564.176
60
  configs:
61
- - config_name: default
62
  data_files:
63
  - split: train
64
- path: data/train-*
 
 
 
 
65
  ---
66
 
67
 
 
5
  pretty_name: 'OLIVES Dataset: Ophthalmic Labels for Investigating Visual Eye Semantics'
6
  tags:
7
  - medical
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  configs:
9
+ - config_name: biomaker
10
  data_files:
11
  - split: train
12
+ path: data/biomaker/train-*
13
+ - config_name: clinical_data
14
+ data_files:
15
+ - split: train
16
+ path: data/biomaker/train-*
17
  ---
18
 
19