Skip to content

Commit 6ea0be9

Browse files
committed
added explanation
1 parent 49e2137 commit 6ea0be9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/50_code_generation/25_vision-microscopy-hints.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@
167167
"What deep-learning-based Python library could be used to segment the nuclei?"
168168
]
169169
},
170+
{
171+
"cell_type": "markdown",
172+
"id": "10f825ac-8296-4ab5-881f-7a39aba2b546",
173+
"metadata": {},
174+
"source": [
175+
"To make sure the resulting image fits into your workflow, you should specify in what format you would like to receive the result. This might be crucial in case of algorithms such as CellPose, because it can produce outputs in multiple formats. Also specify how to visualize the result so that you can see if it makes sense."
176+
]
177+
},
170178
{
171179
"cell_type": "code",
172180
"execution_count": 6,

0 commit comments

Comments
 (0)