Skip to content

Commit

Permalink
Update application model
Browse files Browse the repository at this point in the history
  • Loading branch information
elaubsch committed May 26, 2022
1 parent c6c7396 commit a6e5260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deepcell_spots/applications/spot_detection.py
Expand Up @@ -39,7 +39,7 @@


MODEL_PATH = ('https://deepcell-data.s3-us-west-1.amazonaws.com/'
'saved-models/SpotDetection-3.tar.gz')
'saved-models/SpotDetection-6.tar.gz')


def output_to_dictionary(output_images, output_names):
Expand Down Expand Up @@ -92,7 +92,7 @@ def __init__(self, model=None):
if model is None:
archive_path = tf.keras.utils.get_file(
'SpotDetection.tgz', MODEL_PATH,
file_hash='2b9a46087b25e9aab20a2c9f67f4f559',
file_hash='a1f655f7daab87c17fffa5561c9f1439',
extract=True, cache_subdir='models'
)
model_path = os.path.splitext(archive_path)[0]
Expand Down

0 comments on commit a6e5260

Please sign in to comment.