Skip to content

Commit

Permalink
better default scaling mode
Browse files Browse the repository at this point in the history
  • Loading branch information
awentzonline committed Mar 15, 2016
1 parent f976113 commit 64d65a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_analogy/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def parse_args():
parser.add_argument('--min-scale', dest='min_scale', type=float,
default=0.25, help='Smallest scale to iterate')
parser.add_argument('--a-scale-mode', dest='a_scale_mode', type=str,
default='ratio', help='Method of scaling A and A\' relative to B')
default='none', help='Method of scaling A and A\' relative to B')
parser.add_argument('--a-scale', dest='a_scale', type=float,
default=1.0, help='Additional scale factor for A and A\'')
parser.add_argument('--output-full', dest='output_full_size', action='store_true',
Expand Down

0 comments on commit 64d65a4

Please sign in to comment.