Skip to content

Commit 82629be

Browse files
author
Stefan Hahmann
committed
Change infos re needed disk space for environments
1 parent 7472845 commit 82629be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/mastodon/mamut/detection/Cellpose3Detector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
+ "After the segmentation, spots are derived by fitting of ellipsoids to the pixel clouds of the detected objects.<br>"
7171
+ "Different Cellpose models can be used for different types of images. A cell probability threshold can be set to allow more/less sensitive detection.<br>"
7272
+ "For 3D data, anisotropy can be respected.<br><br>"
73-
+ "<strong>When this detection method is used for the first time, internet connection is needed, since an internal installation process is started. The installation consumes ~7GB hard disk space.</strong><br>"
73+
+ "<strong>When this detection method is used for the first time, internet connection is needed, since an internal installation process is started. The installation consumes ~7.5GB hard disk space.</strong><br>"
7474
+ "</html>" )
7575
public class Cellpose3Detector extends AbstractSpotDetectorOp
7676
{

src/main/java/org/mastodon/mamut/detection/Cellpose4Detector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
+ "<i>Stringer et al.</i>, 2021, Nature Methods.<br><br>"
6868
+ "After the segmentation, spots are derived by fitting of ellipsoids to the pixel clouds of the detected objects.<br>"
6969
+ "A cell probability threshold can be set to allow more/less sensitive detection.<br><br>"
70-
+ "<strong>When this detection method is used for the first time, internet connection is needed, since an internal installation process is started. The installation consumes ~7GB hard disk space.</strong><br>"
70+
+ "<strong>When this detection method is used for the first time, internet connection is needed, since an internal installation process is started. The installation consumes ~9GB hard disk space.</strong><br>"
7171
+ "</html>" )
7272
public class Cellpose4Detector extends AbstractSpotDetectorOp
7373
{

src/main/java/org/mastodon/mamut/detection/StarDistDetector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
+ "<i>Uwe Schmidt, Martin Weigert, Coleman Broaddus, and Gene Myers</i>, International Conference on Medical Image Computing and Computer-Assisted Intervention (MICCAI), Granada, Spain, 2018.<br><br>"
3939
+ "After the segmentation, spots are derived by fitting of ellipsoids to the pixel clouds of the detected objects.<br>"
4040
+ "A cell probability threshold can be set to allow more/less sensitive detection.<br><br>"
41-
+ "<strong>When this detection method is used for the first time, internet connection is needed, since an internal installation process is started. The installation consumes ~7GB hard disk space.</strong><br>"
41+
+ "<strong>When this detection method is used for the first time, internet connection is needed, since an internal installation process is started. The installation consumes ~5.5GB hard disk space.</strong><br>"
4242
+ "</html>" )
4343
public class StarDistDetector extends AbstractSpotDetectorOp
4444
{

0 commit comments

Comments
 (0)