qubvel / segmentation_models

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
MIT License
4.74k stars 1.03k forks source link

a question about data augmentation #468

Closed luna9722 closed 3 years ago

luna9722 commented 3 years ago

Hello everybody, I want to ask you about the example binary segmentation (camvid), how does data augmentation with albumentation work exactly? does it generate a new batch of images each step in the training ? My dataset is very small, it contains 40 images for training and 10 images for validation. should i use this type of data augmentation or generate more images and save them to a directory and then do the training. I will be grateful if you can help me or give a hint about how to proceed.

luna9722 commented 3 years ago

closed