Diff of /README.md [000000] .. [1c457e]

Switch to unified view

a b/README.md
1
# About Dataset
2
3
## Dataset Description
4
This dataset was be modified from Lung segmentation dataset by Kónya et al., 2020  
5
https://www.kaggle.com/sandorkonya/ct-lung-heart-trachea-segmentation
6
7
The original nrrd files were re-saved in single tensor format with masks corresponding to labels: **(lungs, heart, trachea)** as numpy arrays using pickle.
8
9
Each tensor has the following shape:  
10
`number of slices, width, height, number of classes`  
11
Where:
12
- the width and height number of slices are individual parameters of each tensor id  
13
- number of classes = 3
14
15
In addition, the data was re-saved as **RGB images**, where each image corresponds to one ID slice, and their mask-images have channels corresponding to three classes: **(lung, heart, trachea)**.
16
17
---
18
19
## Content
20
The dataset contains:
21
- `images.zip` - images in RGB format  
22
- `masks.zip` - segmentation masks in RGB format  
23
- `train.csv` - csv file with image names  
24
25
26
27