verify results

This commit is contained in:
Sefik Ilkin Serengil 2020-02-11 16:27:11 +03:00 committed by GitHub
parent 0472bae0ca
commit ad2ef9a1b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@ result = DeepFace.verify("img1.jpg", "img2.jpg")
```
Model: VGG-Face
Similarity metric: Cosine
Found Distance: 0.25638097524642944
Max Threshold to Verify: 0.40
Found Distance: 0.25638097524642944
Result: They are same
```