You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defgetOutputsNames(net):
layersNames=net.getLayerNames()
# return [layersNames[i[0] - 1] for i in net.getUnconnectedOutLayersNames()]return ["loc_branch_concat", "cls_branch_concat"]
sample code for opencv dnn with caffe model
it is not working.
The text was updated successfully, but these errors were encountered: