How do I use this augment data?
JiangWeiHn opened this issue · 3 comments
JiangWeiHn commented
I have successfully run your program. Now I want to know how to use the data, to train the model directly, or to save the data and train the model with the original data?
conradry commented
This repo just implements the augmentation. Hopefully these resources are useful to you:
Albumentations for pytorch: https://albumentations.ai/docs/examples/pytorch_semantic_segmentation/
Albumentations for Tensorflow: https://albumentations.ai/docs/examples/tensorflow-example/
JiangWeiHn commented
thanks a lot
haythemtellili commented
Hello, Did you manage to use this augmented data ?