Skip to content

DataX-JieHao/OPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPM

Openslide patch manager: parallel reading/writing of patches.

Installation:

git clone https://github.com/grenkoca/OPM.git
cd OPM/
pip install -r requirements.txt

To try an example:

python example.py images/example_slide.svs output/

By default it detects tissue and extracts 1000 random patches from the included .svs file. Play with this number as well as the number of parallel threads in example.py (default patches=1000, default threads=100)

.
├── images
│   └── example_slide.svs
├── README.md
├── example.py
└── src
    ├── patch_manager.py
    └── patch.py 

About

Openslide Patch Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages