Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkya-kulkarni authored Feb 7, 2024
1 parent 6bfdf1f commit 25f9b83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions StarDist/StarDistPrediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
" elif option == 'cellpose':\n",
" zip_file_url = 'https://github.com/ajinkya-kulkarni/TrainedModels/raw/main/Cellpose/cellpose_model.zip'\n",
" zip_filename = 'CellposeTrainedModel.zip'\n",
" model_folder_path = 'cellpose_model.941139'\n",
" model_folder_path = 'cellpose_model.693768'\n",
" else:\n",
" raise ValueError(f\"Invalid option: {option}\")\n",
"\n",
Expand Down Expand Up @@ -100,7 +100,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "3989a9f74de74dfdbe461ee267a63982",
"model_id": "30da07fec7eb4bdd890a91111807ac77",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -114,7 +114,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "a705a3b078e3406a9eccb293bf816704",
"model_id": "5cc2a501062d4d378510384f0552aee3",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -175,7 +175,7 @@
"text": [
"Loading network weights from 'weights_best.h5'.\n",
"Loading thresholds from 'thresholds.json'.\n",
"Using default values: prob_thresh=0.60373, nms_thresh=0.4.\n"
"Using default values: prob_thresh=0.64351, nms_thresh=0.3.\n"
]
}
],
Expand Down Expand Up @@ -240,7 +240,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "623fe525b99c4c30bf67333cc5990efc",
"model_id": "7ba09ce5cd7647e98c77dc6f19d36ee8",
"version_major": 2,
"version_minor": 0
},
Expand Down

0 comments on commit 25f9b83

Please sign in to comment.