Skip to content

Commit 287d534

Browse files
authored
TODO
1 parent 3e3e1ed commit 287d534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/training/text2image.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ static int Main() {
642642
FLAGS_rotate_image ? &rotation : nullptr);
643643
}
644644
if (FLAGS_distort_image) {
645-
//Todo: perspective is set to false and box_reduction to 1.
645+
//TODO: perspective is set to false and box_reduction to 1.
646646
pix = PrepareDistortedPix(pix, false, FLAGS_invert,
647647
FLAGS_white_noise, FLAGS_smooth_noise, FLAGS_blur,
648648
1, &randomizer, nullptr);

0 commit comments

Comments
 (0)