-
Hi there,
I am trying to use grid mask in my pipe
`self.grid_mask = ops.GridMask(device='gpu')
`
I use some external inputs to feed the operation
and then inside `define_graph`
`images = sel…
-
I'm trying to convert an .h5 model to a tflite in this way:
python3.6 tools/model_converter/post_train_quant_convert.py --keras_model_file="weights/yolov4-tiny.h5" --annotation_file=classes.txt --mod…
-
After GridMask data augmentation support [436826a](https://github.com/david8862/keras-YOLOv3-model-set/commit/436826ae035b7ea32ebd019c0fbf2c12c6605307), sooner or later (within the first epoch) the fo…
-
## 🚀 Feature
Thinking to file a pr for transform module which consist inhouse transformations which are not present torch.transforms.
### Motivation
Gridmask, mosaic, mixup, cutmix, etc
above augm…
-
**PaddleDetection team appreciate any suggestion or problem you delivered~**
环境:
Ubuntu18.04
python3.7
CUDA10.1
cudnn7.6.5
PaddlePaddle2.1.1
PaddleDetection2.1
执行命令:…
-
请问solov2.yml中可以配置mixup的数据增强方法吗,我仿照yolo.yml等,添加了如下内容:
with_mixup: True
- !MixupImage
alpha: 1.5
beta: 1.5
……
#drop_last: true
#use_process: true
#drop_empty: false
#mixup_epo…
-
## 🚀 Feature
Thinking to file a pr for transform module which consist inhouse transformations which are not present torch.transforms.
### Motivation
Gridmask, mosaic, mixup, cutmix, etc
above augm…
-
按照教程如下的代码,对图像进行变换:但变换完的图像无变化喔
from ppcls.data.imaug import DecodeImage
from ppcls.data.imaug import ResizeImage
from ppcls.data.imaug import ToCHWImage
from ppcls.data.imaug import GridMask
from …
-
https://arxiv.org/pdf/2001.04086.pdf
-
Hi,
Thanks for this nice work. It seems that you are using a constant GridMask probability for object detection. The `set_prob` function only gets called when `cfg.GRID.PROB == 0`. Does that work b…