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-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@
4
4
5
5
# PyPathomics
6
6
7
-
> PyPathomics is an open-source software for gigapixel whole-slide image analysis.
7
+
> PyPathomics is an open-source software for gigapixel whole-slide image analysis. Off-the-shelf and easy-to-use.
8
8
9
-
The PyPathomics is under development. The current version is 0.1.0.
9
+
The PyPathomics is under development. The current version is 0.5.0.
10
10
11
11
Support for:
12
12
-[x] Hover-Net
13
-
[[Repo](https://github.com/vqdang/hover_net)][[Paper](https://www.sciencedirect.com/science/article/abs/pii/S1361841519301045?via%3Dihub)] (Graham et al., 2019)
13
+
[[Repo](https://github.com/vqdang/hover_net)][[Paper](https://www.sciencedirect.com/science/article/abs/pii/S1361841519301045)] (Graham et al., 2019)
14
14
15
-
-[x] Cerberus
15
+
-[x] Cerberus (In Beta)
16
16
[[Repo](https://github.com/TissueImageAnalytics/cerberus)][[Paper](https://doi.org/10.1016/j.media.2022.102685)] (Graham et al., 2023)
17
17
18
18
## Installation
@@ -53,7 +53,7 @@ Where,
53
53
Required Arguments:
54
54
```text
55
55
--config Specify the configuration file path
56
-
--seg Path to the seg directory or file from Hover-Net(.json) or Cerberus(.dat)
56
+
--seg Path to the segmentation directory or file from Hover-Net(.json) or Cerberus(.dat)
57
57
--wsi Path to the WSI directory or file
58
58
--ext WSI file extension (default: .svs)
59
59
--buffer Specify the output buffer dir for preprocessing
0 commit comments