Spaces:
Running
Running
gavinyuan
commited on
Commit
·
1d46eeb
1
Parent(s):
8f130fc
update: PIPNet
Browse files
third_party/PIPNet/lib/tools.py
CHANGED
@@ -5,7 +5,7 @@ import os
|
|
5 |
|
6 |
def make_pipnet():
|
7 |
cmds = [
|
8 |
-
"cd ./third_party/PIPNet/FaceBoxesV2/utils/ && chmod +x ./make.sh
|
9 |
"&& bash ./make.sh "
|
10 |
"&& ls -hlrt "
|
11 |
"&& cd - ",
|
|
|
5 |
|
6 |
def make_pipnet():
|
7 |
cmds = [
|
8 |
+
"cd ./third_party/PIPNet/FaceBoxesV2/utils/ && chmod +x ./make.sh "
|
9 |
"&& bash ./make.sh "
|
10 |
"&& ls -hlrt "
|
11 |
"&& cd - ",
|