-
Data augmentation:
- [ ] Random Resized Crop
- [x] Horizontal Flip
- [ ] Random Augment (see [code](https://github.com/tensorflow/tpu/blob/master/models/official/efficientnet/autoaugment.py#L672)…
-
How to implement [keras.utils.Sequence ](https://www.tensorflow.org/api_docs/python/tf/keras/utils/Sequence) in GapCV. The idea is to use it as image generator for `fit_generate` in keras and have the…
-
Hey. Is data augmentation supported for object detection tasks?
-
Hi, thanks for the interesting research / technique. I was trying to reproduce it and ran into a potential issue and was wondering if you could help shed some light on whether this is expected behavio…
-
[Snorkel](https://github.com/HazyResearch/snorkel) can generate training data, maybe it is useful to data augmentation.
It is using dynamic programming instead of translation twice.
-
We are currently training our models with binarized labels.
This occurs in 3 steps, in order:
1) Resampling to target resolution in [raw_images_to_patches](https://github.com/neuropoly/axondeepseg/b…
-
Do you have any code for data augmentation,I'd like to study, could I ?
-
Description :- Classification of different types of natural diamonds on the basis of shapes like round, cushion, radiant, emerald, heart, oval, etc using dl modles and comparing their preformance usin…
-
In binary segmentation (camvid).ipynb Example.
Link: https://github.com/qubvel/segmentation_models/blob/master/examples/binary%20segmentation%20(camvid).ipynb
I'm try to use my custom dataset to fin…
-
**Short Description**
I am interested to use RandAugment for object detection with keypoints. Instead of re-doing everything on my own, I would like to add support for keypoints in the augmentation…