File size: 516 Bytes
60d0810
 
 
 
 
 
 
 
 
 
 
 
 
1765940
60d0810
 
1765940
60d0810
1765940
 
60d0810
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
dataset_info:
  features:
  - name: pathology
    dtype: string
  - name: image file path
    dtype: string
  - name: cropped image file path
    dtype: string
  - name: ROI mask file path
    dtype: string
  splits:
  - name: train
    num_bytes: 603276
    num_examples: 1318
  - name: test
    num_bytes: 172899
    num_examples: 378
  download_size: 247620
  dataset_size: 776175
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---