gavinyuan commited on
Commit
0fecb9a
1 Parent(s): 1d46eeb

update: PIPNet

Browse files
third_party/PIPNet/FaceBoxesV2/utils/nms/cpu_nms.cpython-36m-x86_64-linux-gnu.so DELETED
Binary file (362 kB)
 
third_party/PIPNet/FaceBoxesV2/utils/nms/cpu_nms.cpython-38-x86_64-linux-gnu.so DELETED
Binary file (626 kB)
 
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/ && ls -hlrt && chmod +x ./make.sh "
9
  "&& bash ./make.sh "
10
  "&& ls -hlrt "
11
  "&& cd - ",