mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-02-20 16:32:03 +01:00
fix missing import in 49261fa9
This commit is contained in:
parent
67fca82f38
commit
5f71333649
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ import xml.etree.ElementTree as ET
|
||||||
os.environ['TF_USE_LEGACY_KERAS'] = '1' # avoid Keras 3 after TF 2.15
|
os.environ['TF_USE_LEGACY_KERAS'] = '1' # avoid Keras 3 after TF 2.15
|
||||||
import tensorflow as tf
|
import tensorflow as tf
|
||||||
from tensorflow.keras.models import Model, load_model
|
from tensorflow.keras.models import Model, load_model
|
||||||
|
from tensorflow.keras.layers import StringLookup
|
||||||
|
|
||||||
from .gt_gen_utils import (
|
from .gt_gen_utils import (
|
||||||
filter_contours_area_of_image,
|
filter_contours_area_of_image,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue