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

[DNN] Clarify the model deployment approach with OpenCV stakeholders #349

Open
huningxin opened this issue Jul 6, 2020 · 6 comments
Open
Assignees
Milestone

Comments

@huningxin
Copy link
Owner

No description provided.

@huningxin huningxin self-assigned this Jul 6, 2020
@huningxin huningxin added this to the Evaluation #2 milestone Jul 20, 2020
@huningxin
Copy link
Owner Author

@akineeic , could you please host the current examples in your personal github and share the link? I can use that to demo and communicate with OpenCV team. Thanks!

@akineeic
Copy link
Collaborator

I set github page for image classification example (picture and camera). But the file loading speed of the webpage is very slow since it needs several minutes to load the bvlc_googlenet caffemodel (53MB).

@huningxin
Copy link
Owner Author

Looks good. Do you hosted multiple models? So user may try other models by change the URL?

@akineeic
Copy link
Collaborator

Not yet. But user can change the URL according the JSON file in this repo. The URLs for all ONNX models, squeezeNet caffe model and inception tensorflow model are availble.

@huningxin
Copy link
Owner Author

huningxin commented Jul 25, 2020

@akineeic
Copy link
Collaborator

For GoogleNet in the tutorial, why you don't use ?
"modelUrl": "http://dl.caffe.berkeleyvision.org/bvlc_googlenet.caffemodel",
"configUrl": "https://raw.githubusercontent.com/BVLC/caffe/master/models/bvlc_googlenet/deploy.prototxt"

Because the request of caffemodel will be blocked when using this modelUrl.

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

No branches or pull requests

2 participants