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
{{ message }}
This repository was archived by the owner on Aug 1, 2024. It is now read-only.
After following the install instructions I get following error:
ValueError: You have tensorflow 2.16.1 and this requires tf-keras package. Please run
pip install tf-kerasor downgrade your tensorflow.After pip install tf-keras I get the following:
ImportError: cannot import name 'distance' from 'deepface.commons'
Anybody knows what I am doing wrong?