Skip to content

Commit

Permalink
Fix import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pooya-mohammadi committed Nov 25, 2023
1 parent d2d3642 commit 8cb1f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
'vision.color_recognition.cnn_color.torch.color_cnn_torch_pred')
import_lazy_module("CRNNInferenceTorch", "vision.ocr.crnn.torch.crnn_inference")
import_lazy_module("CRNNModelTorch", "vision.ocr.crnn.torch.crnn_model")
import_lazy_module("vision.face_detection.mtcnn.tf.mtcnn_tf_face_detection", "MTCNNTFFaceDetector")
import_lazy_module("MTCNNTFFaceDetector", "vision.face_detection.mtcnn.tf.mtcnn_tf_face_detection")

if TYPE_CHECKING:
from .utils.box_utils.boxes import Box, Point
Expand Down

0 comments on commit 8cb1f8c

Please sign in to comment.