Spaces:
Running
Running
gavinyuan
commited on
Commit
·
7fdc8e2
1
Parent(s):
31c3841
update: app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ mouth_net_param = {
|
|
31 |
"use": True,
|
32 |
"feature_dim": 128,
|
33 |
"crop_param": (28, 56, 84, 112),
|
34 |
-
"weight_path": "
|
35 |
}
|
36 |
trick = Trick()
|
37 |
|
|
|
31 |
"use": True,
|
32 |
"feature_dim": 128,
|
33 |
"crop_param": (28, 56, 84, 112),
|
34 |
+
"weight_path": make_abs_path("./weights/arcface/mouth_net_28_56_84_112.pth"),
|
35 |
}
|
36 |
trick = Trick()
|
37 |
|