Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.6 KB

README.md

File metadata and controls

57 lines (45 loc) · 1.6 KB

!!WORK IN PROGESS!!

Preprocessing of Whole Slides Images (WSI) histology data

Preprocess whole slides images and extracting tiles:

  • Extracting tiles of H&E histology slides at different magnifications

Project organization

├── README.md
├── config
│   └── config_test.yaml
│
├── data
│   ├── tiles       
│   ├── processed      
│   └── raw  
│
├── images 
│
├── requirements.txt
│
├── setup.py           
│
├── src
│   ├── __init__.py
│   │
│   ├── utils.py
│   │
│   └── visualization
│       └── visualize.py
│
└── ...

Dataset:

Can found test examples on TCGA portal

Table of contents

Getting Started

Prerequisites

Installation

Documentation

Example

Alt text

Results

References