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

Running command #4

Closed
joohaeng opened this issue Apr 3, 2018 · 3 comments
Closed

Running command #4

joohaeng opened this issue Apr 3, 2018 · 3 comments

Comments

@joohaeng
Copy link

joohaeng commented Apr 3, 2018

@BelalC, When running the demo, I specify the name of the pre-trained net using "-m" option. But, I could not make it work using "-weights" option. Is it related to the files in "weights" folder? Could you give some working example?

@BelalC
Copy link
Owner

BelalC commented Apr 9, 2018

@joohaeng - yes the '-w' argument is for specifying what weights you want to load into the model. By default, the model will load the pre-trained weights I included in the 'weights' folder. You only need to specify the weights argument if you want to load your own pre-trained weights. Example using weights included in repo:

python live_demo.py -m vgg16

@joohaeng
Copy link
Author

joohaeng commented Apr 9, 2018

@BelalC Thanks! By the way, which pre-trained net shows the best performance?

@BelalC
Copy link
Owner

BelalC commented Sep 6, 2018

VGG16 was the most accurate the last time I tested it out, but it's fairly compute heavy. MobileNet was the fastest but least accurate, although it could definitely be improved with some more tweaking + data. Let me know how you go!

@BelalC BelalC closed this as completed Sep 6, 2018
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