Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPalasek committed Apr 23, 2020
1 parent 98375e1 commit 64d7549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/captcha_detection/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
ConvertToGrayscalePreprocessor(),
ResizePreprocessor(input_shape[0], input_shape[1]),
NormalizeImagePreprocessor()
], out_writer=FileWriter(args.logdir))
])
label_preprocess_pipeline = LabelPreprocessPipeline(
StringEncoder(available_chars=args.available_chars)
)
Expand Down

0 comments on commit 64d7549

Please sign in to comment.