gavinyuan commited on
Commit
40b974a
1 Parent(s): fdfd9c0

add: PIPNet make.sh when started

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/nms/",
9
  "ls -hlrt",
10
  "chmod +x make.sh",
11
  "bash ./make.sh",
 
5
 
6
  def make_pipnet():
7
  cmds = [
8
+ "cd ./third_party/PIPNet/FaceBoxesV2/utils/",
9
  "ls -hlrt",
10
  "chmod +x make.sh",
11
  "bash ./make.sh",