-
By having Online Data Augmentation feature, the library can improve its training feature while suppressing memory consumpton.
For images,
- Affine or Homography transformation
- Color/ brightnes…
-
Can you detail the way you are using to make the noise audio for training?
Does it the same with described in the paper?
![image](https://user-images.githubusercontent.com/36092323/147208742-489…
-
Hello Author,
Thanks for your contribution. I would like to apply some rotation for data augmentation because the model I currently have is not robust to the images with angles.
-
## 🚀 Feature
This feature is an enhancement that can be added to our data augmentation pipeline.
**Mosaic Transform** represents a new data augmentation method that mixes 4 training images: 4 diff…
-
The sound classifier should do data augmentation by default and give the users control over how it is done.
Adding pink noise and reverb are probably the two most important augmentation methods. Ad…
-
Are there any more image augemtation options for the config file than the ones specified in https://github.com/AlexeyAB/darknet/wiki/CFG-Parameters-in-the-%5Bnet%5D-section . I'm specifically looking …
-
Data augmentation issues related to adding parameters for rotation angles were identified in #4740
I thought of an augmentation, like (B), which I thought was the previous step in #4770
![image…
-
抱歉打扰了,有两个问题想问一下
1.论文中提到“All data have the unified input size of 224 × 224. We apply simple data augmentations including random rotation and flip.”
关键在于flip,我看提供的代码中只使用了RandomGenerator,没有flip,那最好的成绩8…
-
Dear authors,
thank you for share your great works.
When I read the code, I found this code use the Mix3D data augmentation, this augmentation achieves good performance on MinkowskiNet back…
-
下記参考に、少なくとも以下の実装をしたい。
https://www.kaggle.com/code/hidehisaarai1213/rfcx-audio-data-augmentation-japanese-english/notebook
1. Data Augmentaiton for waveform
・GaussianNoiseSNR
・PinkNoiseSNR
・Volu…