Skip to content

Commit

Permalink
update label detection model weights
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Oct 11, 2019
1 parent a0959a8 commit 472b085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepcell/applications/label_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def LabelDetectionModel(input_shape=(None, None, 1),
local_name,
MOBILENETV2_WEIGHTS_PATH,
cache_subdir='models',
md5_hash='42b8fe2e7da9ed26dc00cfb390a161f5')
md5_hash='b8231f32f01c1cd6448d06e276dd5949')
else:
raise ValueError('Backbone %s does not have a weights file.' %
backbone)
Expand Down

0 comments on commit 472b085

Please sign in to comment.