TextRecognitionDataGenerator
TextRecognitionDataGenerator copied to clipboard
About default image dir
About default image dir, it equels
os.path.join("..", os.path.split(os.path.realpath(__file__))[0], "images")
which will raise FileNotFoundError. The second parameter is absolute path, so ".." parameter should be add after that.