Louis Rädisch commited on
Commit
142e236
1 Parent(s): 3cab539

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -33,6 +33,8 @@ The AlphaNum dataset caters to a variety of use cases including text recognition
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
 
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
+ ![noisy Image](146.jpg)
37
+
38
  ```python
39
  import os
40
  import numpy as np