You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MMDetection, it is possible to use Albumentations to make complex transformations to the input data (reference here and here).
Since fine-tuning generative models on small datasets could be problematic (e.g. dreambooth), I believe it would be extra-useful to add albumentation support in MMagic, too! This way, the user could artificially generate new data samples of the target concept.
What's the feature?
In MMDetection, it is possible to use Albumentations to make complex transformations to the input data (reference here and here).
Since fine-tuning generative models on small datasets could be problematic (e.g. dreambooth), I believe it would be extra-useful to add albumentation support in MMagic, too! This way, the user could artificially generate new data samples of the target concept.
Any other context?
Example of config file with albumentation:
The text was updated successfully, but these errors were encountered: