gavinyuan commited on
Commit
1d46eeb
·
1 Parent(s): 8f130fc

update: PIPNet

Browse files
Files changed (1) hide show
  1. third_party/PIPNet/lib/tools.py +1 -1
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 && rm -r ./build "
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 - ",