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

Error using containers.Map/subsref,The specified key is not present in this container. #73

Open
lclin666 opened this issue Dec 24, 2018 · 0 comments

Comments

@lclin666
Copy link

lclin666 commented Dec 24, 2018

When I run run_cascadercnn_voc.m, I got:
Error using containers.Map/subsref
The specified key is not present in this container.
Error in caffe.Net/blobs (line 82)
blob = self.blob_vec(self.name2blob_index(blob_name));
Error in run_cascadercnn_voc (line 125)
tmp = squeeze(net.blobs(cls_prob_blob_names{nn}).get_data());
Error in run (line 91)
evalin('caller', strcat(script, ';'));

And when I run voc_window_file.m, I got:
Error using containers.Map/values
The specified key is not present in this container.
Error in voc_window_file (line 42)
t=catsMap.values({object.class}); clsIds=[t{:}];
Error in run (line 91)
evalin('caller', strcat(script, ';'));

Have you ever seen errors like this?

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

1 participant