Spaces:
Running
Running
gavinyuan
commited on
Commit
·
20a8355
1
Parent(s):
89b3f7a
add: PIPNet make.sh when started
Browse files
third_party/PIPNet/lib/tools.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import cv2
|
2 |
import sys
|
|
|
3 |
|
4 |
|
5 |
def make_pipnet():
|
|
|
1 |
import cv2
|
2 |
import sys
|
3 |
+
import os
|
4 |
|
5 |
|
6 |
def make_pipnet():
|