File size: 1,145 Bytes
e682e5e 39a7bcf |
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
@misc{borkowski2019lung,
title = {Lung and Colon Cancer Histopathological Image Dataset (LC25000)},
author = {Andrew A. Borkowski and Marilyn M. Bui and L. Brannon Thomas and Catherine P. Wilson and Lauren A. DeLand and Stephen M. Mastorides},
year = {2019},
eprint = {1912.12142},
archiveprefix = {arXiv},
primaryclass = {eess.IV}
}
---
dataset_info:
features:
- name: image
dtype: image
- name: organ
dtype:
class_label:
names:
'0': lung
'1': colon
- name: label
dtype:
class_label:
names:
'0': benign
'1': adenocarcinomas
'2': squamous carcinomas
splits:
- name: train
num_bytes: 1323930541.5
num_examples: 17500
- name: test
num_bytes: 282747643.0
num_examples: 3750
- name: validation
num_bytes: 283287993.75
num_examples: 3750
download_size: 1889024202
dataset_size: 1889966178.25
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: validation
path: data/validation-*
---
|