Skip to content

Commit

Permalink
seed is 0 now
Browse files Browse the repository at this point in the history
Former-commit-id: 311225dabdef5103109429b8ee5aa86c0a89e98a
  • Loading branch information
Javi Ribera committed Sep 11, 2018
1 parent 58eacaa commit d967556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object-locator/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def parse_command_args(training_or_testing):
help='Don\'t paint a red circle at each estimated location.')
optional_args.add_argument('--seed',
type=int,
default=1,
default=0,
metavar='S',
help='Random seed.')
optional_args.add_argument('--max-testset-size',
Expand Down

0 comments on commit d967556

Please sign in to comment.