deepliif 1.2.0__py3-none-any.whl → 1.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- deepliif/postprocessing.py +5 -5
- {deepliif-1.2.0.dist-info → deepliif-1.2.1.dist-info}/METADATA +2 -2
- {deepliif-1.2.0.dist-info → deepliif-1.2.1.dist-info}/RECORD +7 -7
- {deepliif-1.2.0.dist-info → deepliif-1.2.1.dist-info}/LICENSE.md +0 -0
- {deepliif-1.2.0.dist-info → deepliif-1.2.1.dist-info}/WHEEL +0 -0
- {deepliif-1.2.0.dist-info → deepliif-1.2.1.dist-info}/entry_points.txt +0 -0
- {deepliif-1.2.0.dist-info → deepliif-1.2.1.dist-info}/top_level.txt +0 -0
deepliif/postprocessing.py
CHANGED
|
@@ -1053,17 +1053,17 @@ def calculate_large_noise_thresh(large_noise_thresh, resolution):
|
|
|
1053
1053
|
if large_noise_thresh != 'default':
|
|
1054
1054
|
return large_noise_thresh
|
|
1055
1055
|
if resolution == '10x':
|
|
1056
|
-
return 250
|
|
1057
|
-
elif resolution == '20x':
|
|
1058
1056
|
return 1000
|
|
1059
|
-
|
|
1057
|
+
elif resolution == '20x':
|
|
1060
1058
|
return 4000
|
|
1059
|
+
else: # 40x
|
|
1060
|
+
return 16000
|
|
1061
1061
|
|
|
1062
1062
|
|
|
1063
1063
|
def compute_cell_results(seg, marker, resolution, version=3,
|
|
1064
1064
|
seg_thresh=DEFAULT_SEG_THRESH,
|
|
1065
1065
|
noise_thresh=DEFAULT_NOISE_THRESH,
|
|
1066
|
-
large_noise_thresh=
|
|
1066
|
+
large_noise_thresh=None):
|
|
1067
1067
|
"""
|
|
1068
1068
|
Perform postprocessing to compute individual cell results.
|
|
1069
1069
|
|
|
@@ -1134,7 +1134,7 @@ def compute_final_results(orig, seg, marker, resolution,
|
|
|
1134
1134
|
size_thresh_upper=None,
|
|
1135
1135
|
seg_thresh=DEFAULT_SEG_THRESH,
|
|
1136
1136
|
noise_thresh=DEFAULT_NOISE_THRESH,
|
|
1137
|
-
large_noise_thresh=
|
|
1137
|
+
large_noise_thresh=None):
|
|
1138
1138
|
"""
|
|
1139
1139
|
Perform postprocessing to compute final count and image results.
|
|
1140
1140
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: deepliif
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: DeepLIIF: Deep-Learning Inferred Multiplex Immunofluorescence for Immunohistochemical Image Quantification
|
|
5
5
|
Home-page: https://github.com/nadeemlab/DeepLIIF
|
|
6
6
|
Author: Parmida93
|
|
@@ -66,7 +66,7 @@ segmentation.*
|
|
|
66
66
|
|
|
67
67
|
© This code is made available for non-commercial academic purposes.
|
|
68
68
|
|
|
69
|
-

|
|
70
70
|
[](https://pepy.tech/project/deepliif?&left_text=totalusers)
|
|
71
71
|
|
|
72
72
|
*Overview of DeepLIIF pipeline and sample input IHCs (different
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
cli.py,sha256=luwzcSrRZMePfJ-h4Hgz2X7lYC70TUVxGfEo3LyPJgQ,58938
|
|
2
2
|
deepliif/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
deepliif/postprocessing.py,sha256=
|
|
3
|
+
deepliif/postprocessing.py,sha256=KIKEp0T5rBsJWfGG6aRYa91-dFoO5nnyYj78s17rlSQ,42602
|
|
4
4
|
deepliif/postprocessing__OLD__DELETE.py,sha256=cM-cYVidY691Sjb1-B8a1jkLq5UR_hTCbuKzuF4765o,17589
|
|
5
5
|
deepliif/train.py,sha256=-ZORL5vQrD0_Jq2Adgr3w8vJ7L1QcAgNTqMnBgtixgk,15757
|
|
6
6
|
deepliif/data/__init__.py,sha256=IfqVFnFSPQJZnORdRq4sNkJiylr1TaKNmhvWP_aLHdg,5492
|
|
@@ -39,9 +39,9 @@ deepliif/util/image_pool.py,sha256=M89Hc7DblRWroNP71S9mAdRn7h3DrhPFPjqFxxZYSgw,2
|
|
|
39
39
|
deepliif/util/util - modified tensor_to_pil.py,sha256=fd2SeSuiWIuUIOx4FWhGGw8mP7zsfShlMM2l1tQAWQU,8438
|
|
40
40
|
deepliif/util/util.py,sha256=WV2a1Rt-McmZm3BKW7TqC2oAKkvxWhZvjofGSfY6y7s,6810
|
|
41
41
|
deepliif/util/visualizer.py,sha256=6E1sPbXdgLFB9mnPwtfEjm9O40viG4dfv5MyTpOQQpo,20210
|
|
42
|
-
deepliif-1.2.
|
|
43
|
-
deepliif-1.2.
|
|
44
|
-
deepliif-1.2.
|
|
45
|
-
deepliif-1.2.
|
|
46
|
-
deepliif-1.2.
|
|
47
|
-
deepliif-1.2.
|
|
42
|
+
deepliif-1.2.1.dist-info/LICENSE.md,sha256=HlZw_UPS6EtJimJ_Ci7xKh-S5Iubs0Z8y8E6EZ3ZNyE,956
|
|
43
|
+
deepliif-1.2.1.dist-info/METADATA,sha256=xu8cStwph-BHiH7995ULPGLDDCywxjon8Llu-uzioz4,35267
|
|
44
|
+
deepliif-1.2.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
45
|
+
deepliif-1.2.1.dist-info/entry_points.txt,sha256=f70-10j2q68o_rDlsE3hspnv4ejlDnXwwGZ9JJ-3yF4,37
|
|
46
|
+
deepliif-1.2.1.dist-info/top_level.txt,sha256=vLDK5YKmDz08E7PywuvEjAo7dM5rnIpsjR4c0ubQCnc,13
|
|
47
|
+
deepliif-1.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|