From a1ab1014c7b2d6be8beffa99b47a57b74b90b876 Mon Sep 17 00:00:00 2001 From: shivesh Date: Mon, 30 Apr 2018 17:09:41 -0500 Subject: Mon Apr 30 17:09:40 CDT 2018 --- fr.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fr.py') diff --git a/fr.py b/fr.py index 30f8051..0e14098 100755 --- a/fr.py +++ b/fr.py @@ -86,8 +86,7 @@ def process_args(args): ) if not args.fix_scale: - args.scale = fr_utils.estimate_scale(args) - args.scale_region = (args.scale/args.scale_region, args.scale*args.scale_region) + args.scale, args.scale_region = fr_utils.estimate_scale(args) def parse_args(args=None): -- cgit v1.2.3