Azzera filtri
Azzera filtri

how to reognise faces with labels

1 visualizzazione (ultimi 30 giorni)
venus tyagi
venus tyagi il 3 Mar 2019
Commentato: venus tyagi il 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.

Risposte (1)

Sheng Chen
Sheng Chen il 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 Commento
venus tyagi
venus tyagi il 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 .

Accedi per commentare.

Categorie

Scopri di più su Image Processing Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by