-
### 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…
-
## 🚀 Feature
To many end-users, defining augmentation pipeline is headache. Thus, I would propose to have ```kornia.augmentation.preset``` module to include some default augmentation settings. Thus…
-
Thanks for your error report and we appreciate it a lot.
**Checklist**
1. I have searched related issues but cannot get the expected help.
2. I have read the [FAQ documentation](https://mmdetec…
-
Hello, I would like to ask a question about data augmentation. If I only want to apply OAMIX data augmentation on the CityScapes dataset and generate a new augmented dataset, how should I proceed? I r…
-
Running pytest currently gives the following warnings:
```
=========================================================================================================================================…
-
Albumentations still has the problem on jetson nano that it causes a crash because underneath it still uses a dependency that installs opencv-headless.
The reality is that we only use two augment…
-
While using histogram_equalisation method i got multiple error that go raised by PIL.
Here is the error returned by my terminal
Processing 000010.jpg: 81%|█████████████████████████████████████…
-
### 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…
-
**Is your feature request related to a problem? Please describe.**
I am using custom augmentation to train the effdet. And I don`t know good way to integrate my augmentation code to efficientdet-pyto…
-
First of all, I'd like to thank you all for making augmentation pipelines easier for us.
I just saw this repository, but while I was discovering the API, I realized that `ReplayCompose` is just ret…