automl
automl copied to clipboard
Adding Mosaic Augmentation in Dataloader
@mingxingtan can we add mosaic aug in dataloader , as @fsx950223 suggested we can use dataset.batch(4).map(mosaic) im hoping this will increase some accuracy.
Has mosaic option been integrated into dataloader yet? Would love to use it.
Mosaic builder is ready but hasnt been integrated yet
Got it. Thanks! Do you have any plans to integrate soon?
@fsx950223 @mingxingtan any plans?
@kartik4949 Hey. Great work on implementing mosaic augmentation. Can we expect it to be added to the dataloader soon?