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

How To Convert Rgb Images To Grayscale, Expand Dimensions Of That Grayscale Image To Use In Inceptionv3?

I'm training a Keras model and I have training images in RGB format. I want to train my model b… Read more How To Convert Rgb Images To Grayscale, Expand Dimensions Of That Grayscale Image To Use In Inceptionv3?

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?

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?