Skip to content

WangLabHKUST/GUIDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUIDE

AI model for calculating gemistocytic astrocytes percentage of whole slide images.

Create environment

git clone https://github.com/WangLabHKUST/GUIDE
cd GUIDE
conda env create -f environment.yml
conda activate guide

File organization

Input: PATH_TO_WSI_FILES (prepare your inputs here)
    --slide1.npdi
    --slide2.ndpi
Output: OUTPUT_PATH       
	--mask
	  --filter_png
	  	--slide1.ndpi-...-filtered.png
		--slide2.ndpi-...-filtered.png  
	  --... (other intermediate files)
    --h5
      --slide1.h5
      --slide2.h5
    --results
      --slide1.h5_detailed_results.csv
      --slide2.h5_detailed_results.csv
MODEL_PATH: download pretrained model weight here

Pretrained model weight can be downloaded here

https://drive.google.com/file/d/1RFpyRKg66l9b4050NTLfMRctsWVVuevp/view?usp=sharing

Quick run

sh demo.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published