フィルターのクリア

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 Center および File ExchangeImage Processing Toolbox についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by