Can somebody help me with face alignment code error?

When i run the code on my images it works perfectly on some but it gives me the error below on some.. how can i fix that?
Attempted to access bbox(3); index out of bounds because numel(bbox)=0.
Error in InitShape (line 18) a = 0.80*bbox(3)/(max(rshape(1:n))-min(rshape(1:n)));
Error in Demo (line 43) test_init_shape = InitShape(bbox,refShape);

5 件のコメント

José-Luis
José-Luis 2014 年 6 月 16 日
編集済み: José-Luis 2014 年 6 月 16 日
Have you tried using the debugger and looking at the offending variables.
bbox is empty when it is not expected to be so. Why that is? Hard to tell without wild guessing. And that is inefficient.
Misrak Seifu
Misrak Seifu 2014 年 6 月 16 日
ya that's the question i have, why is it working on some images and it shows empty on other. I am confused..am still working on it though
Misrak Seifu
Misrak Seifu 2014 年 6 月 16 日
but how can i use isempty to check if the bbox is empty and go to the next one?
Akshay
Akshay 2014 年 6 月 17 日
matlab face detection fails on some images. you need better face detection. try face detection from https://sites.google.com/site/akshayasthana/clm-wild-code
Misrak Seifu
Misrak Seifu 2014 年 6 月 17 日
That is what am using but it still don't work on some of my images. it doesn't even detect some of my images i don't know why

サインインしてコメントする。

回答 (1 件)

Mahmood ul haq
Mahmood ul haq 2017 年 12 月 17 日

0 投票

can you please share your code with me. my email mahmoodfarooqi@ciit.net.pk

質問済み:

2014 年 6 月 16 日

回答済み:

2017 年 12 月 17 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by