Update GhostFaceNet.py

logger module typo
This commit is contained in:
Sefik Ilkin Serengil 2024-03-17 12:34:02 +00:00 committed by GitHub
parent 3a30071214
commit 90219515c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ from deepface.commons import package_utils, folder_utils
from deepface.models.FacialRecognition import FacialRecognition
from deepface.commons.logger import Logger
logger = Logger(module="basemodels.VGGFace")
logger = Logger(module="basemodels.GhostFaceNet")
tf_major = package_utils.get_tf_major_version()
if tf_major == 1: