fix missing import in 49261fa9

This commit is contained in:
Robert Sachunsky 2026-02-17 18:11:49 +01:00
parent 67fca82f38
commit 5f71333649

View file

@ -17,6 +17,7 @@ import xml.etree.ElementTree as ET
os.environ['TF_USE_LEGACY_KERAS'] = '1' # avoid Keras 3 after TF 2.15
import tensorflow as tf
from tensorflow.keras.models import Model, load_model
from tensorflow.keras.layers import StringLookup
from .gt_gen_utils import (
filter_contours_area_of_image,