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

Unknown parameter 'averageImage' #21

Open
muhammadhanif1 opened this issue Nov 12, 2018 · 1 comment
Open

Unknown parameter 'averageImage' #21

muhammadhanif1 opened this issue Nov 12, 2018 · 1 comment

Comments

@muhammadhanif1
Copy link

muhammadhanif1 commented Nov 12, 2018

if numel(p) ~= 1
if merge % Merge unknown fields, instead of erroring or leaving it
field = param ;
elseif nargout <= 1
error('Unknown parameter ''%s''', param) ; %%% Error
else
keep([ai,ai+1]) = true ;
ai = ai + 2 ;
continue ;
end
else
field = optNames{p} ;
end

@muhammadhanif1 muhammadhanif1 changed the title Attempt to execute SCRIPT vl_imreadjpeg as a function: Unknown parameter 'averageImage' Nov 12, 2018
@layumi
Copy link
Owner

layumi commented Nov 12, 2018

averageImage is the mean of the three-channel images.
In particular, you may check this line.
https://github.com/layumi/Pedestrian_Alignment/blob/master/train_id_net_res_market_new.m#L17

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