Spaces:
Runtime error
Runtime error
Shafeek Saleem
commited on
Commit
·
7638389
1
Parent(s):
a0b7ae5
bug fixed images
Browse files
pages/3_Face Encodings.py
CHANGED
@@ -9,6 +9,7 @@ import face_recognition
|
|
9 |
import json
|
10 |
import numpy as np
|
11 |
from collections import defaultdict
|
|
|
12 |
|
13 |
initialize_login()
|
14 |
initialize_level()
|
|
|
9 |
import json
|
10 |
import numpy as np
|
11 |
from collections import defaultdict
|
12 |
+
import pickle as pkl
|
13 |
|
14 |
initialize_login()
|
15 |
initialize_level()
|