ufoym / deepo

Setup and customize deep learning environment in seconds.

Home Page:http://ufoym.com/deepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use YOLOv3 on this image?

seojupal opened this issue · comments

Hi. Thank you for providing a great image.
Actually I'm new to using Docker, and confused with making use of commands on Docker containers.
I'm gonna execute YOLOv3, darknet.
You explained that "$ darknet " on README, but I need more specific instruction about it.
I would appreciate if you answer me.

commented

Please refer to https://pjreddie.com/darknet/yolo/
It shows how to run yolov3:

./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg

We have ./darknet. So all you need are yolov3.cfg, yolov3.weights and an input image.