/mosaic_augmentation_on_yolo_format

applies mosaic augmentation on YOLO format dataset

Primary LanguagePython

Introduction

This repository performs :

  • Mosaic augmentations on YOLO format dataset code taken from here and modified
  • Any augmentaitons supported by albumentations library can be applied on any yolo format dataset.

SEE yolo_dataset_format branch for code

Note

I am thankful to this repo.. I have modified this code to take YOLO format dataset.