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

Warrning: no windows proposal is loaded !: script_rpn_pedestrian_VGG16_caltech #4

Closed
noranart opened this issue Sep 6, 2016 · 1 comment

Comments

@noranart
Copy link

noranart commented Sep 6, 2016

Hi,

I ran script_rpn_pedestrian_VGG16_caltech and received the error message as following.

`Loading region proposals...done
Warrning: no windows proposal is loaded !
Reference to non-existent field 'sizes'.

Error in roidb_from_caltech (line 52)
height = imdb.sizes(1,1);

Error in Dataset.caltech_trainval>@(x)x.roidb_func(x,false) (line 6)
dataset.roidb_train = cellfun(@(x) x.roidb_func(x, false),
dataset.imdb_train, 'UniformOutput', false);

Error in Dataset.caltech_trainval (line 6)
dataset.roidb_train = cellfun(@(x) x.roidb_func(x, false),
dataset.imdb_train, 'UniformOutput', false);

Error in script_rpn_pedestrian_VGG16_caltech (line 31)
dataset = Dataset.caltech_trainval(dataset, 'train');

Error in run (line 96)
evalin('caller', [script ';']);`

The demo script (script_rpn_bf_pedestrian_VGG16_caltech_demo) works fine, and I already run extract_img_anno.m to achieve train and test folder. Kindly give suggestion.

@noranart noranart closed this as completed Sep 6, 2016
@brisker
Copy link

brisker commented Sep 29, 2016

How did you solve this problem?

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