File size: 1,798 Bytes
e682e5e 39a7bcf bde79b1 |
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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
---
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-*
---
# LC25000: Lung and colon histopathological image dataset
![](https://www.researchgate.net/publication/364662639/figure/fig6/AS:11431281092195560@1666747477197/Dataset-LC25000-From-left-to-right-benign-lung-pathology-image-Lung-n-lung.ppm)
## Dataset Description
- **Homepage**: [github.com:tampapath/lung_colon_image_set](https://github.com/tampapath/lung_colon_image_set)
- **DOI**: https://doi.org/10.48550/arXiv.1912.12142
- **Publication Date** 2019-12-14
## Description
The dataset contains color 25,000 images with 5 classes of 5,000 images each.
All images are 768 x 768 pixels in size and are in jpeg file format.
## Citation
```bibtex
@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}
}
|