Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amanpreet7
/
Sam
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9d2691d
Sam
/
VideoToNPZ
/
lib
/
detector
/
__init__.py
Amanpreet
added 2
1cdc47e
3 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
import
sys
import
os.path
as
osp
sys.path.insert(
0
, osp.join(osp.dirname(osp.realpath(__file__)),
'yolov3'
))
from
human_detector
import
yolo_human_det, load_model
sys.path.pop(
0
)