sanket kheni
commited on
Commit
·
83facaf
1
Parent(s):
a6f7f39
app.py
CHANGED
@@ -20,7 +20,7 @@ opt = SwapOptions().parse()
|
|
20 |
|
21 |
retina_repo = Repository(local_dir="retina_model", clone_from="felixrosberg/RetinaFace")
|
22 |
|
23 |
-
from retina_model.models import *
|
24 |
|
25 |
RetinaFace = load_model("retina_model/retinaface_res50.h5",
|
26 |
custom_objects={"FPN": FPN,
|
|
|
20 |
|
21 |
retina_repo = Repository(local_dir="retina_model", clone_from="felixrosberg/RetinaFace")
|
22 |
|
23 |
+
# from retina_model.models import *
|
24 |
|
25 |
RetinaFace = load_model("retina_model/retinaface_res50.h5",
|
26 |
custom_objects={"FPN": FPN,
|