-
Great work and thanks for the code. The croco v2 carefully curated the dataset, I am curious about whether you have tried some strong data augmentation like dinov2? and I want to pre-train it in nusce…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
`sometimes(iaa.Affine(...))` is used in default augmentation in `master` which can rotate and translating the image. Boxes stay on the same place with is bad (especially if you have small boxes).
T…
-
Many image augmentation method such as Affine rotation and PerspectiveTransform may generate the cutting augmented result. Here is an example, after I rotate the lenna image by 45 degree, the default…
-
### Summary
Normalization and Augmentations are defined in the `on_after_batch_transfer()` function of the Datamodules to compute them on GPU like recommended from lightning. However, a downside of…
-
In regards to the Augmentation techniques in Detectron2 and using a custom dataloader. I was wondering when doing these augmentations is there a copy of the image being made and then doing the augment…
-
请问表格图片的生成pipeline可以开源吗?感谢!
-
First reported over https://github.com/kappa-maintainer/ElectroMagicToolsClassic/issues/2, when Thaumic Augmentation is installed, these icons of EMTC's section (representing the various custom Goggle…
xJon updated
5 months ago
-
Hi, Joy Hsu, thanks for the interesting paper and open sourcing the code here. I'm trying to reproduce the code to understand more details. But I have some questions I would like your help with:
1. I…
-
Add an optional step to data augmentation that uses histogram matching to create augmented images with different intensity profiles.