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
" raise ImportError(\"No GPU access, change your runtime\")\n",
137
138
"\n",
138
-
"model = models.CellposeModel(gpu=True)"
139
+
"model = models.CellposeModel(gpu=True)\n",
140
+
"\n",
141
+
"### You can also use other pretrained models, like the DINO models \n",
142
+
"# model = models.CellposeModel(gpu=True, pretrained_model=\"cpdino\")\n",
143
+
"# model = models.CellposeModel(gpu=True, pretrained_model=\"cpdino-vitb\")"
139
144
]
140
145
},
141
146
{
@@ -225,7 +230,7 @@
225
230
"\n",
226
231
"- If you have a histological image taken in brightfield, you don't need to adjust the channels.\n",
227
232
"\n",
228
-
"- If you have a fluroescent image with multiple stains, you should choose one channel with a cytoplasm/membrane stain, one channel with a nuclear stain, and set the third channel to `None`. Choosing multiple channels may produce segmentaiton of all the structures in the image. If you have retrained the model on your data with a thrid stain (described below), you can run segmentation with all channels. "
233
+
"- If you have a fluroescent image with multiple stains, you should choose one channel with a cytoplasm/membrane stain, one channel with a nuclear stain, and set the third channel to `None`. Choosing multiple channels may produce segmentaiton of all the structures in the image. If you have retrained the model on your data with a third stain (described below), you can run segmentation with all channels. "
0 commit comments