tand826 / wsi_to_patches

Make patches from whole slide image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

Setup

pip install -r requirements.txt

How to use

patcher.py [-h] [-s OUTPUT_SIZE] [-ov OVERLAP] [-ou OUTPUT_DIR] [-t THRESH] img_path

  • note :: "thresh" means the threshold value for deciding whether the patch is a part of a stump. Trying a few times with some values recommended.

About

Make patches from whole slide image.

License:MIT License


Languages

Language:Python 100.0%