data augmentation in CNN

3 visualizaciones (últimos 30 días)
lech king
lech king el 24 de Jun. de 2021
Comentada: lech king el 24 de Jun. de 2021
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.....

Respuesta aceptada

Walter Roberson
Walter Roberson el 24 de Jun. de 2021
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 comentarios
lech king
lech king el 24 de Jun. de 2021
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 el 24 de Jun. de 2021
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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Agriculture en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by