From 345070f49c74eaa45b57d1c1e573a2bcfd4d6bd9 Mon Sep 17 00:00:00 2001 From: Dmytro S Lituiev Date: Tue, 16 Jul 2019 16:02:35 -0700 Subject: [PATCH] weight file URL referenced --- README.md | 6 ++++-- apply_model_images_all.py => eval_images_general.py | 0 2 files changed, 4 insertions(+), 2 deletions(-) rename apply_model_images_all.py => eval_images_general.py (100%) diff --git a/README.md b/README.md index 1bcda3a..b597da8 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,18 @@ ## Image pipeline +### Weight files are available (here)[https://datashare.ucsf.edu/stash/dataset/doi:10.7272/Q6XK8CQ9] + ### General image model - scripts and config files: `image_classifiers/e5ce2d69b035975cb5336cec0da9a32a` -- weight files: +- weight file: `model-272-general-e5ce2d69b035975cb5336cec0da9a32a.hdf5` ### Wire localization model - scripts and config files: `image_classifiers/e8e71fc090141d7c6fb334359152d295` -- weight files: +- weight file: `model-134-wire-e8e71fc090141d7c6fb334359152d295.hdf5` ## Visualization of performance metrics diff --git a/apply_model_images_all.py b/eval_images_general.py similarity index 100% rename from apply_model_images_all.py rename to eval_images_general.py