Filter löschen
Filter löschen

how to reognise faces with labels

1 Ansicht (letzte 30 Tage)
venus tyagi
venus tyagi am 3 Mär. 2019
Kommentiert: venus tyagi am 4 Mär. 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.

Antworten (1)

Sheng Chen
Sheng Chen am 3 Mär. 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 Kommentar
venus tyagi
venus tyagi am 4 Mär. 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 .

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Image Processing Toolbox finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by