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
I tried installing the project with both pip install facenet-pytorch and git clone to the project and then pip install -e . in the folder of the project.
I got the message in both successfully installed facenet-pytorch-2.5.2
But when I try from facenet_pytorch import MTCNN I get the error no module named facenet_pytorch
When I do pip list I see the installation
How to solve this??