Skip to content

Commit

Permalink
fix: paint by default
Browse files Browse the repository at this point in the history
Former-commit-id: 166758245160209bd303b096e14a2ae8193bf89b
  • Loading branch information
Javi Ribera committed Apr 2, 2018
1 parent 55dffe4 commit 0810141
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 @@ -180,7 +180,7 @@ def parse_command_args(training_or_testing):
metavar='R',
help='Detections at dist <= R to a GT pt are True Positives.')
parser.add_argument('--no-paint',
default=True,
default=False,
action="store_true",
help='Don\'t paint a red circle at each estimated location.')
parser.add_argument('--nThreads', '-j',
Expand Down

0 comments on commit 0810141

Please sign in to comment.