フィルターのクリア

data augmentation in CNN

2 ビュー (過去 30 日間)
lech king
lech king 2021 年 6 月 24 日
コメント済み: lech king 2021 年 6 月 24 日
Hello
I am going to train a squeezenet to detect CT scans in two classes of people with covid19 and healthy people, assuming that each image is 512 x 512.
At least in the training phase, how many images should be present so that there is no need to data augmentation like rotation and addition of gaussian and.....

採用された回答

Walter Roberson
Walter Roberson 2021 年 6 月 24 日
At least 83886080 images for training under the circumstances you describe.
... This should suggest to you that data augmentation is a very important stage.
  4 件のコメント
lech king
lech king 2021 年 6 月 24 日
Thank you very much
Because I work on CT scans of covid19, which are lung images
In about 70% of cases, the symptoms of the disease appear in certain places
But the reference article I am working on, because it has 441 images in training phase , has thus strengthened its database and achieved 85% accuracy.
a rotation (with a random angle between 0 and 90 degrees), a scale (with a random
value between 1.1 and 1.3) and addition of gaussian noise
to the original image
lech king
lech king 2021 年 6 月 24 日
I use MATLAB Deep Learning application. In this section, rotation and scale can be easily selected.
Thanks for the tips on how to add noise to the original images MATLAB Deep Learning application

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeAgriculture についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by