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
Misrak Seifu
2014년 6월 16일
Misrak Seifu
2014년 6월 16일
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
2014년 6월 17일
답변 (1개)
Mahmood ul haq
2017년 12월 17일
0 개 추천
카테고리
도움말 센터 및 File Exchange에서 Face Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!