training and synthetic data generation code

This commit is contained in:
Maciej Budyś
2022-02-09 20:39:01 +01:00
parent a9085393f4
commit 975dbf4d5e
42 changed files with 7089 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ class MangaOcr:
else:
logger.info('Using CPU')
self(Path(__file__).parent / 'assets/example.jpg')
self(Path(__file__).parent.parent / 'assets/example.jpg')
logger.info('OCR ready')