TextRecognitionDataGenerator icon indicating copy to clipboard operation
TextRecognitionDataGenerator copied to clipboard

About default image dir

Open FLming opened this issue 5 years ago • 0 comments

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.

FLming avatar May 27 '20 05:05 FLming