-
## I got this error:
## But when i check the argument temperature in search.yaml , it does. So could someone give me a hand?
## My platform is : Ubuntu18.04 with 4*2080Ti GPU, pytorch1.6.
```she…
-
While running the code with the given command, I encountered the following issues:
1. ```ModuleNotFoundError: No module named 'datasets.autoaugment'```, This error occurs when the train_cifar.py fi…
-
Thanks for your greak work!
I have some questions.
There is a sub-policy of no oprations in paper _Learning Data Augmentation Strategies for Object Detection_, but the _v0_ set in your code which is…
-
![augment](https://user-images.githubusercontent.com/35316806/83879226-97cf2480-a73d-11ea-8244-6ccc533245c5.jpg)
Hi I tried on my dataset training EfficientDet D2 3 classes about 5000 images traini…
-
Autoaugment list 25 policies for cifar10, there are more than 25 policies in UDA code.Why?
-
### Backbone
* EfficientNet
* https://github.com/zhanghang1989/ResNeSt
### Pre-trained model
* better pre-trained model than ImageNet-1.2M pre-trained model
- Weakly supervised Instagram-1G (…
-
背景:想通过[代码链接](https://github.com/open-mmlab/mmdetection/blob/master/mmdet/datasets/pipelines/auto_augment.py)链接文档中的example学习以下mmdet中的auto_augment
![image](https://user-images.githubusercontent.com…
-
Hi,
According to the theory, in stage 1, two different types of augmentations should be applied to a batch of samples.
1) crop and resize
2) AutoAugment/randaugment/simaugment.
It seems the cod…
-
Could you open ResNet50 model trained by autoaugment?I want to finetune on my own dataset
-
Hi there,
First of all, thank you for this invaluable repo.
My question is this:
the `policy_v0` in the codebase does not match any of the autoaugment policies from the paper. Where does it co…