mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-02-20 16:32:03 +01:00
import tensorflow is uncommented for ocr training
This commit is contained in:
parent
ab43477451
commit
47fa22112c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ from scipy.ndimage.interpolation import map_coordinates
|
|||
from scipy.ndimage.filters import gaussian_filter
|
||||
from tqdm import tqdm
|
||||
import imutils
|
||||
##import tensorflow as tf
|
||||
##from tensorflow.keras.utils import to_categorical
|
||||
import tensorflow as tf
|
||||
from tensorflow.keras.utils import to_categorical
|
||||
from PIL import Image, ImageFile, ImageEnhance
|
||||
|
||||
import torch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue