Skip to content Skip to sidebar Skip to footer
Showing posts with the label Data Augmentation

Keras Fit_generator Gives A Dimension Mismatch Error

I am working on MNIST dataset, in which X_train = (42000,28,28,1) is the training set. y_train = (4… Read more Keras Fit_generator Gives A Dimension Mismatch Error

What Are Some Good Data Augmentation Techniques For Document Images?

I have 1000 resume in png format and I am implementing MaskRcnn for object detection. What data aug… Read more What Are Some Good Data Augmentation Techniques For Document Images?

Augmented Images Does Not Store In Their Own Classes Directory With Raw Data That Is Presented Into The Train Folder

I am working on image data augmentation for the train set data and I have been writing code of augm… Read more Augmented Images Does Not Store In Their Own Classes Directory With Raw Data That Is Presented Into The Train Folder

Runtimeerror: Mat1 Dim 1 Must Match Mat2 Dim 0 With Addition Of Data Augmentation

I am getting this error in the training loop. The model was training fine before I added an augment… Read more Runtimeerror: Mat1 Dim 1 Must Match Mat2 Dim 0 With Addition Of Data Augmentation

Augmented Images Does Not Store In Their Own Classes Directory With Raw Data That Is Presented Into The Train Folder

I am working on image data augmentation for the train set data and I have been writing code of augm… Read more Augmented Images Does Not Store In Their Own Classes Directory With Raw Data That Is Presented Into The Train Folder

Keep Same Dataset Augmentation For Input And Output In Tensorflow

I have a batch dataset which contains image as input and output. Code is like this: os.chdir(r'… Read more Keep Same Dataset Augmentation For Input And Output In Tensorflow