Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
lower print threshold on run_script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Navrides committed Oct 24, 2018
1 parent 743efd5 commit 4a83134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_run/run_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def load_labels(label_file):
input_width = 224
input_mean = 0
input_std = 255
threshold = 0.3
threshold = 0.01
input_layer = "Placeholder"
output_layer = "final_result"

Expand Down

0 comments on commit 4a83134

Please sign in to comment.