sanket kheni
commited on
Commit
Β·
5d7487a
1
Parent(s):
2e5f44a
app.py
CHANGED
@@ -19,7 +19,7 @@ opt = SwapOptions().parse()
|
|
19 |
|
20 |
retina_repo = Repository(local_dir="retina_models", clone_from="felixrosberg/RetinaFace")
|
21 |
|
22 |
-
from
|
23 |
|
24 |
RetinaFace = load_model("retina_models/RetinaFace-Res50.h5",
|
25 |
custom_objects={"FPN": FPN,
|
|
|
19 |
|
20 |
retina_repo = Repository(local_dir="retina_models", clone_from="felixrosberg/RetinaFace")
|
21 |
|
22 |
+
from retinaface.models import *
|
23 |
|
24 |
RetinaFace = load_model("retina_models/RetinaFace-Res50.h5",
|
25 |
custom_objects={"FPN": FPN,
|
{retina_model β retinaface}/anchor.py
RENAMED
File without changes
|
{retina_model β retinaface}/models.py
RENAMED
File without changes
|
{retina_model β retinaface}/ops.py
RENAMED
File without changes
|