Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Feb 23, 2019
1 parent 3e3e1ed commit 287d534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/training/text2image.cpp
Expand Up @@ -642,7 +642,7 @@ static int Main() {
FLAGS_rotate_image ? &rotation : nullptr);
}
if (FLAGS_distort_image) {
//Todo: perspective is set to false and box_reduction to 1.
//TODO: perspective is set to false and box_reduction to 1.
pix = PrepareDistortedPix(pix, false, FLAGS_invert,
FLAGS_white_noise, FLAGS_smooth_noise, FLAGS_blur,
1, &randomizer, nullptr);
Expand Down

0 comments on commit 287d534

Please sign in to comment.