YOLOv3 / app.py
Shayak03tintcsbs's picture
Update app.py
5e77b6a
raw
history blame
267 Bytes
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',
)