Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
till-onethousand
/
yolov2
like
1
Running
App
Files
Files
Community
5b30004
yolov2
/
run.py
till-onethousand
.
5b30004
3 months ago
raw
Copy download link
history
blame
102 Bytes
import
os
os.chdir(
'./model'
)
os.system(
'./darknet detect cfg/yolov2.cfg yolov2.weights data/dog.jpg'
)