Closed AnkS4 closed 2 years ago
most probably it is because of the weight file in HOME/.deepface/weights. Delete them and let the library to re-install.
I retested after deleting the weights, but the results staying the same.
md5sum of weight files are same on both: dfe5b4da0a49aef19ec4c62673295d29 arcface_weights.h5
it seems your environment is problematic. because you should have same results with same input and weight pair. would you please reinstall tensorflow?
btw, what are your python and tf versions?
Please add
!pip install mediapipe
Most likely the issue with scikit-learn fetch_lfw_pairs function:
While this may be slightly unrelated, I couldn't find out why the deepface models are returning different result for same code:
Machine 1 (i.e. Google Colab) is returning 94% accuracy. Machine 2 is returning 50% accuracy.
The library versions on two different platform is as follows:
Could scikit-learn version be the cause?