Spaces:
Running
Running
gavinyuan
commited on
Commit
·
c69e759
1
Parent(s):
359b8a2
update: PIPNet
Browse files
third_party/PIPNet/lib/tools.py
CHANGED
@@ -82,7 +82,7 @@ def get_lmk_model():
|
|
82 |
|
83 |
detector = FaceBoxesDetector(
|
84 |
"FaceBoxes",
|
85 |
-
make_abs_path("
|
86 |
use_gpu=torch.cuda.is_available(),
|
87 |
device=device,
|
88 |
)
|
|
|
82 |
|
83 |
detector = FaceBoxesDetector(
|
84 |
"FaceBoxes",
|
85 |
+
make_abs_path("../../../weights/PIPNet/FaceBoxesV2.pth"),
|
86 |
use_gpu=torch.cuda.is_available(),
|
87 |
device=device,
|
88 |
)
|