davidsandberg / facenet

Face recognition using Tensorflow
MIT License
13.71k stars 4.8k forks source link

Deprecated Library Functions #1047

Open mohdomama opened 5 years ago

mohdomama commented 5 years ago

The following errors were encountered when running src/compare.py

lraghad commented 4 years ago

I downgrade scipy to 1.1.0, but the AttributeErrors is still there.(I am setting up a new machine) Solution: install pillow

sminghan commented 3 years ago

Trying out this library in 2021 and encountered the same errors, found this issue and later some solutions. I'll try to describe what I did:

Python version is 3.7.10 tensorflow-gpu version is 1.15 (replaced requirements.txt tensorflow==1.7 with tensorflow-gpu==1.15)

hope that helps.