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