-
你好,我想在data loading 阶段加一些图像增强方法,可能是torch本身支持的比如crop,flip这种,也有自己想定义的。请问我要再哪里添加修改呢?谢谢
-
Hello, while reviewing your code, I noticed that the mask used for calculating Iccloss is a randomly generated filter_mask. Additionally, during the image-level data augmentation process, you not only…
-
Hi, great work!
The core idea in the paper is to use large-scale pre-trained generative models to regenerate the object in an image. However, in other image domains such as x-ray security images, the…
-
### Feature description
Similar to Pytorch's vision utility, it'd be great if burn provides with interface and a few useful image augmentation utilities, such as random image rotation.
### Featu…
-
### 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…
-
**🚀 Feature**
Transforms that shift voxel intensity, such as intensity flipping (i.e. 1 - val, val in [0, 1]), cluster and remap, contrast jitter etc.
**Motivation**
I am working on a spine segme…
-
Normally we will put the augmentation part in the def __getitem__(self, index) of class TensorData_scale(Dataset), so that for every epoch, a different kind of augmentation could be applied to [img1,…
-
### 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…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
Hello! Thanks for good library for doc augmentations.
I faced problem with bounding boxes. When I run augraphy pipeline with bounding boxes and there is the `OneOf` inside it crashes. When I delete…