From 25f9b83f86909696eced3763c0ed0e84605a2204 Mon Sep 17 00:00:00 2001 From: Ajinkya Kulkarni Date: Wed, 7 Feb 2024 08:45:06 +0100 Subject: [PATCH] Add files via upload --- StarDist/StarDistPrediction.ipynb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/StarDist/StarDistPrediction.ipynb b/StarDist/StarDistPrediction.ipynb index 35b1805..19a6d80 100644 --- a/StarDist/StarDistPrediction.ipynb +++ b/StarDist/StarDistPrediction.ipynb @@ -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", @@ -100,7 +100,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "3989a9f74de74dfdbe461ee267a63982", + "model_id": "30da07fec7eb4bdd890a91111807ac77", "version_major": 2, "version_minor": 0 }, @@ -114,7 +114,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "a705a3b078e3406a9eccb293bf816704", + "model_id": "5cc2a501062d4d378510384f0552aee3", "version_major": 2, "version_minor": 0 }, @@ -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" ] } ], @@ -240,7 +240,7 @@ { "data": { "application/vnd.jupyter.widget-view+json": { - "model_id": "623fe525b99c4c30bf67333cc5990efc", + "model_id": "7ba09ce5cd7647e98c77dc6f19d36ee8", "version_major": 2, "version_minor": 0 },