gavinyuan commited on
Commit
7fdc8e2
1 Parent(s): 31c3841

update: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "../../modules/third_party/arcface/weights/mouth_net_28_56_84_112.pth",
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