how to reognise faces with labels

1 view (last 30 days)
venus tyagi
venus tyagi on 3 Mar 2019
Commented: venus tyagi on 4 Mar 2019
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.

Answers (1)

Sheng Chen
Sheng Chen on 3 Mar 2019
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 Comment
venus tyagi
venus tyagi on 4 Mar 2019
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 .

Sign in to comment.

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!