This is more an enchantment idea: wanted to use darkmark also in include a high level way to insert or add augmentation in images already present, like the many augmentations present in https://explore.albumentations.ai/ . Wanted to add it as a added button or slider here:

For example "Blur" effect, but with a slider with values 0 to 1. The output would an additonal folder, like the "resized" or "tiles" folder, in this case or example named "blur". The images would be included in the "test.txt" and "train.txt".
Not asking for an implementation of this directly, but more of a virtual function which can be used for many different cases, so in the future in can be expanded. Developers can add their own personalized functions inheriting from this one and with future PRs add more possible transformations to DarkMark.
This is more an enchantment idea: wanted to use darkmark also in include a high level way to insert or add augmentation in images already present, like the many augmentations present in https://explore.albumentations.ai/ . Wanted to add it as a added button or slider here:
For example "Blur" effect, but with a slider with values 0 to 1. The output would an additonal folder, like the "resized" or "tiles" folder, in this case or example named "blur". The images would be included in the "test.txt" and "train.txt".
Not asking for an implementation of this directly, but more of a virtual function which can be used for many different cases, so in the future in can be expanded. Developers can add their own personalized functions inheriting from this one and with future PRs add more possible transformations to DarkMark.