Skip to content

Commit ed21188

Browse files
committed
update readme
1 parent 8f712eb commit ed21188

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

ReadMe.md

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
## Histo-Seg-2
2-
Histo-Seg is a skeleton for rapid prototyping of image analysis methods applied to digital pathology whole slide images. It uses the [openslide](http://openslide.org) library to read from `svs` image pyramids. Really it's a set of functions strung together with a couple "pipeline" scripts. Development is mostly to facilitate certain projects. Histo-Seg-2 (this repo) is a considerably simplified version of v1. These functions provide the same core operations, much quicker, and in ~1/2 or fewer lines of code.
3-
4-
5-
**November, 2017** Moved over to Tensorflow via `tfmodels` (LINK).
1+
## Histo-Seg
2+
Histo-Seg is a skeleton for rapid prototyping of image analysis methods applied to digital pathology whole slide images. It uses the [openslide](http://openslide.org) library to read from `svs` image pyramids. Really it's a set of functions strung together with a couple "pipeline" scripts. Development is mostly to facilitate our projects, while certain quality of life improvements are made along the way.
63

4+
For plug-and-play use, train models with the [tfmodels](https://github.com/BioImageInformatics/tfmodels) package.
75

86
![flow_overview]
97

108

119
### Example Use Cases
12-
1. prostate cancer growth patterns, from manual annotation
13-
2. clear cell renal cancer microenvironment, automatic transfer of Immunohistochemistry annotation
14-
3. WSI Image-to-Image translation for H\&E to IHC or IF (in-progress)
15-
4. WSI feature distributions for hot-spot finding
10+
1. prostate cancer growth patterns, from manual annotation (paper)
11+
2. clear cell renal cancer microenvironment, automatic transfer of Immunohistochemistry annotation (WIP)
12+
3. WSI Image-to-Image translation for H\&E to IHC or IF (WIP)
13+
4. WSI feature distributions for hot-spot finding (WIP)
1614

1715

1816
## Workflow
@@ -26,9 +24,6 @@ A partial list of package dependecies:
2624
* OpenCV 2
2725
* TensorFlow >= 1.4
2826

29-
### Training
30-
Training procedure moved to `tfmodels` (LINK).
31-
3227
#### Processing
3328
Processing happens in 3 phases:
3429
* Data preparation from Whole Slide Images (WSI) and low-level ROI finding
@@ -47,9 +42,6 @@ An alternative is to mount a RAMDISK to a path of your choosing using `tmpfs`.
4742
Then again, reading from an SSD or fast HDD could be fast enough, in which case set `ramdisk` to `None`.
4843

4944

50-
### Features visualization & WSI feature heat maps
51-
IN PLANNING
52-
5345
### License
5446
Please provide citation if you use this library for your research.
5547

0 commit comments

Comments
 (0)