Skip to content

Commit

Permalink
Remove print crop mode
Browse files Browse the repository at this point in the history
  • Loading branch information
d4nst committed Mar 25, 2018
1 parent 38bdf5b commit 1d934ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions correct_rotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ def process_images(model, input_path, output_path,
print('Loading model...')
model_location = load_model(args.model, custom_objects={'angle_error': angle_error})
output_path = args.output_path if args.output_path else args.input_path
print(args.crop)


print('Processsing input image(s)...')
process_images(model_location, args.input_path, output_path,
args.batch_size, args.crop)

0 comments on commit 1d934ba

Please sign in to comment.