JanMarcelKezmann / TensorFlow-Advanced-Segmentation-Models

A Python Library for High-Level Semantic Segmentation Models based on TensorFlow and Keras with pretrained backbones.
Other
151 stars 48 forks source link

imports in hcr #10

Closed rhalherrero closed 2 years ago

rhalherrero commented 2 years ago

Hi, I think that there are missing lines (imports) in the beguining of the new HRNetOCR model:

import tensorflow as tf import tensorflow.keras.backend as K

from ._custom_layers_and_blocks import ............... from ..backbones.tf_backbones import create_base_model

JanMarcelKezmann commented 2 years ago

Hi @rhalherrero ,

thank you, you are absolutely right. I have already pushed the fix and tested in my examples it should work now.