Louis Rädisch commited on
Commit
85689d9
1 Parent(s): 78b7510

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ The AlphaNum dataset caters to a variety of use cases including text recognition
32
 
33
  ## Null Category Image Generation
34
  The 'null' category comprises images generated by injecting noise to mimic randomly distributed light pixels. The creation of these images is accomplished through the following Python script:
35
-
36
  ```python
37
  import os
38
  import numpy as np
 
32
 
33
  ## Null Category Image Generation
34
  The 'null' category comprises images generated by injecting noise to mimic randomly distributed light pixels. The creation of these images is accomplished through the following Python script:
35
+ This approach is particularly valuable as it enables the model to effectively disregard specific areas of the training data by utilizing a 'null' label. By doing so, the model becomes better at recognizing letters and can ignore irrelevant parts, enhancing its performance in reallive OCR tasks.
36
  ```python
37
  import os
38
  import numpy as np