Search code examples
How to rotate a rectangle/bounding box together with an image...

pythoncomputer-visionobject-detectionyolodata-augmentation

Read More
How to fit Keras ImageDataGenerator for large data sets using batches...

pythonkerasdata-augmentation

Read More
How to solve the "ValueError: 0 is not in range" when I fit data with CNN model using cust...

pythonconv-neural-networkvoicedata-augmentationimagedatagenerator

Read More
Preprocessing layers with seed not producing the same data augmentation for images and masks...

tensorflowdata-augmentationdata-preprocessingimage-masking

Read More
How to apply Video augmentation with keras preprocessing layers uniformly for all frames in the vide...

pythontensorflowkerasdata-augmentation

Read More
How to perform the same crop augmentation on both the image and its corresponding mask?...

tensorflowdeep-learningtensortorchvisiondata-augmentation

Read More
How to control the amount of the augmented training data with the augmentation layers integrated int...

tensorflowkerasdata-augmentation

Read More
Does ImageDataGenerator applies more than one transformation to a single image?...

kerasdeep-learningconv-neural-networkdata-augmentation

Read More
How to do data augmentation on an 8 by 8 greyscale image?...

imagetensorflowkerasgrayscaledata-augmentation

Read More
Keras data augmentation pipeline for image segmentation dataset (image and mask with same manipulati...

tensorflowkerasdeep-learningimage-segmentationdata-augmentation

Read More
Changes to Dataset in for loop don't work...

pythontensorflowdatasettensorflow-datasetsdata-augmentation

Read More
What is the most efficient way to read and augment (copy samples and change some values) large datas...

pythonpandascsvlarge-datadata-augmentation

Read More
How to Modify Data Augmentation in Darknet's YOLOv4...

yolodarknetdata-augmentationyolov4

Read More
Increasing instances of a class with Data Augmentation...

pytorchcomputer-visiondatasettorchvisiondata-augmentation

Read More
Tensorflow does not apply data augmentation properly...

pythondatabasetensorflowkerasdata-augmentation

Read More
Data augmentation in Keras model...

kerasdata-augmentation

Read More
The last dimension of the inputs to a Dense layer should be defined. Found None. Full input shape re...

tensorflowkerasdeep-learningdata-augmentation

Read More
Image Augmentation - TypeError: only size-1 arrays can be converted to Python scalars...

pythonscikit-learnscikit-imagedata-augmentationimage-augmentation

Read More
How to perform image augmentation for sequence of images representing a sample...

machine-learningimage-processingdeep-learningcomputer-visiondata-augmentation

Read More
How to modify image in custom Tensorflow layer? (working example provided)...

pythontensorflowimage-processingmaskdata-augmentation

Read More
Tensor error using DiffAugment for data augmentation in my own dataset . data efficient gans...

python-3.xtensorflowgenerative-adversarial-networkdata-augmentation

Read More
Will using image augmentation techniques in pytorch increase the dataset size on local machine also...

machine-learningdeep-learningpytorchdata-augmentationimage-augmentation

Read More
How to import ImgAug 0.4.0 in Colab?...

pythonimportgoogle-colaboratorydata-augmentation

Read More
Apply a transformation model (data augmentation) in images in Tensorflow...

pythontensorflowkerasdata-augmentation

Read More
How to avoid augmenting data in validation split of Keras ImageDataGenerator?...

pythontensorflowkerasdata-augmentation

Read More
Type error on Python: not all arguments converted during string formatting...

pythonloopspytorchdata-augmentation

Read More
How to use detectron2's augmentation with datasets loaded using register_coco_instances...

pythonpytorchcomputer-visiondata-augmentationdetectron

Read More
No val_loss and val_accuracy keys when I've already had validation_data in model.fit()'s arg...

pythontensorflowkerasdeep-learningdata-augmentation

Read More
How to fix failed assertion `output channels should be divisible by group' when trying to fit th...

pythontensorflowkerasdata-augmentation

Read More
How to set possbility to tf.keras.layers.RandomFlip?...

pythontensorflowkerasdata-augmentation

Read More
BackNext