필터 지우기
필터 지우기

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 CenterFile Exchange에서 Agriculture에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by