You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/content/FaceX-Zoo/face_sdk/detect_and_align.py", line 2, in <module>
from core.model_handler.face_alignment.FaceAlignModelHandler import FaceAlignModelHandler
File "/content/FaceX-Zoo/face_sdk/core/model_handler/face_alignment/FaceAlignModelHandler.py", line 7, in <module>
logging.config.fileConfig("config/logging.conf")
File "/usr/lib/python3.10/logging/config.py", line 80, in fileConfig
handlers = _install_handlers(cp, formatters)
File "/usr/lib/python3.10/logging/config.py", line 135, in _install_handlers
section = cp["handler_%s" % hand]
File "/usr/lib/python3.10/configparser.py", line 965, in __getitem__
raise KeyError(key)
KeyError: 'handler_fileHandlers'
The text was updated successfully, but these errors were encountered:
cause this error:
The text was updated successfully, but these errors were encountered: