Skip to content

Commit

Permalink
Update Cellpose_cell_segmentation_2D_prediction_only.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Jan 11, 2023
1 parent fb2c90d commit cc2c3e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions notebooks/Cellpose_cell_segmentation_2D_prediction_only.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/MouseLand/cellpose/blob/main/Cellpose_cell_segmentation_2D_prediction_only.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/MouseLand/cellpose/blob/main/notebooks/Cellpose_cell_segmentation_2D_prediction_only.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down Expand Up @@ -661,7 +661,6 @@
"outFile.write(\"Model: \"+model_choice+\"\\n\") \n",
"if diameter == 0:\n",
" diameter = \"Automatically estimated by cellpose\"\n",
"outFile.write(\"Omni Flag: \"+str(omni)+\"\\n\") \n",
"outFile.write(\"Diameter: \"+str(diameter)+\"\\n\") \n",
"outFile.write(\"Flow Threshold: \"+str(flow_threshold)+\"\\n\") \n",
"outFile.write(\"Cell probability Threshold: \"+str(cellprob_threshold)+\"\\n\") \n",
Expand Down Expand Up @@ -732,4 +731,4 @@
]
}
]
}
}

0 comments on commit cc2c3e1

Please sign in to comment.