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

sample code for opencv dnn with caffe model #84

Open
usadhukhan opened this issue Jul 25, 2020 · 1 comment
Open

sample code for opencv dnn with caffe model #84

usadhukhan opened this issue Jul 25, 2020 · 1 comment

Comments

@usadhukhan
Copy link

sample code for opencv dnn with caffe model

it is not working.

@Alfex4936
Copy link

it works with this

def getOutputsNames(net):
    layersNames = net.getLayerNames()
    # return [layersNames[i[0] - 1] for i in net.getUnconnectedOutLayersNames()]
    return ["loc_branch_concat", "cls_branch_concat"]

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