Skip to content

Commit 1c09167

Browse files
authored
Update README.md
1 parent 5d07db9 commit 1c09167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CharClassification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Create synthetic data using ImageMagick. We have given an intuition behind creat
1414

1515
`python3 generate-images.py`
1616

17-
The script first generates two directories *light_background_crops* and *dark_background_crops* containing 32x32 backgrounds crops. It then adds text and other artifacts like blur/noise/distortion to the backgrounds. To regenerate all data, delete *light_background_crops* and *dark_background_crops*.
17+
The script first generates two directories *light_background_crops* and *dark_background_crops* containing 32x32 backgrounds crops. It then adds text and other artifacts like blur/noise/distortion to the backgrounds. To regenerate all data, delete *light_background_crops* and *dark_background_crops*. To generate training images, open the script and set OUTPUT_DIR = 'train/' and NUM_IMAGES_PER_CLASS = 800. Similarly, to generate test images, set OUTPUT_DIR = 'test/' and NUM_IMAGES_PER_CLASS = 200.
1818

1919
**Step 4:**
2020

0 commit comments

Comments
 (0)