Skip to content

Commit

Permalink
Update model testing notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
lishen committed Sep 1, 2017
1 parent 05b0525 commit 67db8d1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ddsm_train/Example_model_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 67db8d1

Please sign in to comment.