Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ The prediction models work better with images that mainly show the face.
|
|
74 |
|
75 |
models = ["VGG-Face", "Facenet", "Facenet512", "OpenFace", "DeepFace", "DeepID", "ArcFace", "Dlib", "SFace"]
|
76 |
metrics = ["cosine", "euclidean", "euclidean_l2"]
|
77 |
-
backends = ['opencv', 'ssd', '
|
78 |
|
79 |
urls = [["https://media.vanityfair.com/photos/6036a15657f37ea4415256d2/master/w_2560%2Cc_limit/1225292516",\
|
80 |
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQSuPVx0JaEW2yp4mT8ZwqFANMT3RhoxcwuuGLhnKgxsA&s"]]
|
|
|
74 |
|
75 |
models = ["VGG-Face", "Facenet", "Facenet512", "OpenFace", "DeepFace", "DeepID", "ArcFace", "Dlib", "SFace"]
|
76 |
metrics = ["cosine", "euclidean", "euclidean_l2"]
|
77 |
+
backends = ['opencv', 'ssd', 'mtcnn', 'retinaface', 'mediapipe']
|
78 |
|
79 |
urls = [["https://media.vanityfair.com/photos/6036a15657f37ea4415256d2/master/w_2560%2Cc_limit/1225292516",\
|
80 |
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQSuPVx0JaEW2yp4mT8ZwqFANMT3RhoxcwuuGLhnKgxsA&s"]]
|