필터 지우기
필터 지우기

how to reognise faces with labels

조회 수: 1 (최근 30일)
venus tyagi
venus tyagi 2019년 3월 3일
댓글: venus tyagi 2019년 3월 4일
Thanks sir,
The project that i have made works on a very small database.If possible give me an idea about how to increase the size of the training database and dispaly the name of the person along with the recognised image..Please see the code.

답변 (1개)

Sheng Chen
Sheng Chen 2019년 3월 3일
Hi, in terms of increasing the size of your data, one common way is "Data augmentation."
You can try to do the following to your existing images
  1. Flip: flip your images horizontally or vertically
  2. Rotation: rotate your images by any degrees you want
  3. Scale: enlarge ro shrink you images
Of course, there are much more ways to do this and you can try to google "Data augmentation."
  댓글 수: 1
venus tyagi
venus tyagi 2019년 3월 4일
Sir,
You got me wrong.I have only 20 images in my dataset.if i increase the no of images in my traindata set my program doesn't works.What changes can i make so that my program can work for a large database .

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by