From 67db8d17e764750197306016efad757a521cd81a Mon Sep 17 00:00:00 2001 From: Li Shen Date: Fri, 1 Sep 2017 16:47:13 -0400 Subject: [PATCH] Update model testing notebook --- ddsm_train/Example_model_test.ipynb | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ddsm_train/Example_model_test.ipynb b/ddsm_train/Example_model_test.ipynb index 8ada5b9..7237f23 100644 --- a/ddsm_train/Example_model_test.ipynb +++ b/ddsm_train/Example_model_test.ipynb @@ -50,6 +50,19 @@ "hybrid_mod = load_model('1152x896_s10_prt_addvgg53.h5', compile=False)" ] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "On your machine, you shall have folders like the following:\n", + "\n", + "- ./full_test_1152x896\n", + "- ./full_test_1152x896/neg\n", + "- ./full_test_1152x896/pos\n", + "\n", + "The \"neg\" being the negative images and \"pos\" being the positive images." + ] + }, { "cell_type": "code", "execution_count": 3,