Skip to content

Read ImmunoHistoChimic images, segmented cells (pre-trained stardist model) and classifyed

Notifications You must be signed in to change notification settings

MoonMess/IHC_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The aim of this project is to classify tumour cells using "Giga images". To do this, we cut up the image to process (parallelizable) tiles. Then we use a deep learning algorithm to segment the cells and a simple algorithm for segmentation.

Basic usage

Installing requirements

First, create a new environment and acivated it :

python3 -m venv env
source env/bin/activate (Unix/macOS)
.\env\Scripts\activate (windows)

Then, intalled the required librairies :

pip install -r requirements.txt

Launching the project

python main.py [-s|--slide_folder] 

MANDATORY:
- [-s|--slide_folder] Path to the folder cointaing the slides. Could be avoid by changing the DEFAULT_INPUT_SLIDE_FOLDER in parameters.py.

The outputs are the following :

  • saved plot in plot/Classification/"slide_name"/

    We are trying to classify the tumoral cells, between 0,1,2,3. The plots show the patch, the classifcation and some cells of each class.

About

Read ImmunoHistoChimic images, segmented cells (pre-trained stardist model) and classifyed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages