Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run pre trained weights in darknet using python? #33

Open
msarfrazcss opened this issue Jan 3, 2019 · 1 comment
Open

How to run pre trained weights in darknet using python? #33

msarfrazcss opened this issue Jan 3, 2019 · 1 comment

Comments

@msarfrazcss
Copy link

Hi,

I want to run pre trained weights by using Darknet api in python.
You are using Darkflow API but i want to use Darknet API.
Can any help me please how can we do that?

@ashneg
Copy link

ashneg commented May 2, 2019

After you have completed the compilation of Darknet, put the pre-trained weights in at this location

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

and then run it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants