Spaces:
Runtime error
Runtime error
conciomith
commited on
Commit
•
82faed3
1
Parent(s):
3bd4e85
Update retinaface_model.py
Browse files- retinaface_model.py +1 -1
retinaface_model.py
CHANGED
@@ -15,7 +15,7 @@ else:
|
|
15 |
|
16 |
def load_weights(model):
|
17 |
|
18 |
-
exact_file =
|
19 |
|
20 |
model.load_weights(exact_file)
|
21 |
|
|
|
15 |
|
16 |
def load_weights(model):
|
17 |
|
18 |
+
exact_file = "retinaface.h5"
|
19 |
|
20 |
model.load_weights(exact_file)
|
21 |
|