You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+7-15Lines changed: 7 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
6
3
4
+
For plug-and-play use, train models with the [tfmodels](https://github.com/BioImageInformatics/tfmodels) package.
7
5
8
6
![flow_overview]
9
7
10
8
11
9
### 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)
16
14
17
15
18
16
## Workflow
@@ -26,9 +24,6 @@ A partial list of package dependecies:
26
24
* OpenCV 2
27
25
* TensorFlow >= 1.4
28
26
29
-
### Training
30
-
Training procedure moved to `tfmodels` (LINK).
31
-
32
27
#### Processing
33
28
Processing happens in 3 phases:
34
29
* 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`.
47
42
Then again, reading from an SSD or fast HDD could be fast enough, in which case set `ramdisk` to `None`.
48
43
49
44
50
-
### Features visualization & WSI feature heat maps
51
-
IN PLANNING
52
-
53
45
### License
54
46
Please provide citation if you use this library for your research.
0 commit comments