Spaces:
Running
Running
gavinyuan
commited on
Commit
·
c0e9547
1
Parent(s):
10b1a75
add: PIPNet make.sh when started
Browse files
third_party/PIPNet/lib/tools.py
CHANGED
@@ -6,7 +6,7 @@ import os
|
|
6 |
def make_pipnet():
|
7 |
cmds = [
|
8 |
"cd ./third_party/PIPNet/FaceBoxesV2/utils/ && chmod +x ./make.sh "
|
9 |
-
"&& bash
|
10 |
"&& ls -hlrt "
|
11 |
"&& cd - ",
|
12 |
]
|
|
|
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 - ",
|
12 |
]
|