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
Describe what you were trying to get done.
I'm trying to use CV2 for my project and already have deployed it on Windows, now I'm trying it in Ubuntu system and it has installed all the support libs and requirements for face-recognition. Also tried installing in venv and with python3 -m and also with sudo apt.
Tell us what happened, what went wrong, and what you expected to happen.
I installed all the packages and everything while i was running '''flask run''' there is an error
Please install face_recognition_models` with this command before using "face_recognition":
pip show face-recognition
Name: face-recognition
Version: 1.3.0
Summary: Recognize faces from Python or from the command line
Home-page: https://github.com/ageitgey/face_recognition
Author: Adam Geitgey
Author-email: [email protected]
License: MIT license
Location: /home/azureuser/Palash/Facial-CheckIn/venv/lib/python3.12/site-packages
Requires: Click, dlib, face-recognition-models, numpy, Pillow
Required-by:
`
IMPORTANT: If your issue is related to a specific picture, include it so others can reproduce the issue.
What I Did
**>>flask run**
Connection established
Please install "face_recognition_models" with this command before using `face_recognition`:
pip install git+https://github.com/ageitgey/face_recognition_models
**>> pip show face_recognition**
Name: face-recognition
Version: 1.3.0
Summary: Recognize faces from Python or from the command line
Home-page: https://github.com/ageitgey/face_recognition
Author: Adam Geitgey
Author-email: [email protected]
License: MIT license
Location: /home/azureuser/Palash/Facial-CheckIn/venv/lib/python3.12/site-packages
Requires: Click, dlib, face-recognition-models, numpy, Pillow
Required-by:
>> pip show face_recognition_models
Name: face_recognition_models
Version: 0.3.0
Summary: Models used by the face_recognition package.
Home-page: https://github.com/ageitgey/face_recognition_models
Author: Adam Geitgey
Author-email: [email protected]
License: MIT license
Location: /home/azureuser/Palash/Facial-CheckIn/venv/lib/python3.12/site-packages
Requires:
Required-by: face-recognition
The text was updated successfully, but these errors were encountered:
Description
Describe what you were trying to get done.
I'm trying to use CV2 for my project and already have deployed it on Windows, now I'm trying it in Ubuntu system and it has installed all the support libs and requirements for face-recognition. Also tried installing in venv and with python3 -m and also with sudo apt.
Tell us what happened, what went wrong, and what you expected to happen.
I installed all the packages and everything while i was running '''flask run''' there is an error
Please install
face_recognition_models` with this command before using "face_recognition":pip install git+https://github.com/ageitgey/face_recognition_models`
and I also tried
`
What I Did
The text was updated successfully, but these errors were encountered: