Spaces:
Running
Running
File size: 308 Bytes
8aa51d1 |
1 2 3 4 5 6 7 8 9 10 |
from WebsiteYOLO.gradio_app import App
App(
weights_path='./WebsiteYOLO/weights/yolov3.weights',
config_path='./WebsiteYOLO/cfg/yolov3_608x608.cfg',
labels_path='./WebsiteYOLO/data/coco.names',
font_path='./WebsiteYOLO/data/FreeSansBold.ttf',
examples_glob="./WebsiteYOLO/data/*.jpg",
)
|