-
## Background
- mmsegmentation 에 존재하지 않은 여러 가지 augmentation 을 구현
## ToDo
- [x] Gridmask
- [ ] Mixup
- [ ] Cutmix
-
Hello, thank you for providing and open-sourcing this highly contributive work.
Could you please provide the hyperparameters for the Aircraft and Cars datasets, as well as the synthetic images gene…
-
I think easiest way would be to run it from cutmix and just cancel the cut part
-
Could you please share your training loss curves?
I am trying to replicate the results but no success so far. Following are my training loss curves for 2 different runs, could you please comment on…
-
## 一言でいうと
画像の一部をDropするCutoutと、画像を合成するMixupを複合させて、Dropさせた箇所に別サンプルの画像をはめ込むCutMixという手法を提案。Cutoutは重要な特徴を落としてしまう可能性がある、Mixupは合成画像が不自然になるという双方の課題を克服し、双方を上回る精度を達成
![image](https://user-images.githubuse…
-
HI, the repo is a nice work, thanks for your sharing.
I want to know if these augmentation methods are effective,
like the RandomErasing/Mixup/RandAugment/Cutout/CutMix?
-
`======= FKD: dataset info ======
2 path: /home/zhanglf/lzw/code/GVBSM_spkd/Branch_CIFAR_10/relabel/FKD_cutmix_fp16FKD_IPC_10
3 num img: 100
4 batch size: 100
5 max epoch: 1000
6 =…
-
## 🚀 Feature
Inclusion of new Augmentation techniques in `torchvision.transforms`.
## Motivation
Transforms are important for data augmentation :sweat_smile:
## Proposals
- [x] [Ran…
-
SD launched with DirectML, works and launches normally with this bug but inpainting doesn't work
> *** Error loading script: preprocessor_inpaint.py
>
> Traceback (most recent call last):
>…
-
Hi, was wondering if you have any COCO pre-trained models (and withFPN) for cutmix regularization under pytorch implementation yet? Any plans for future updates?