├── README.md └── mosaic_data_augmentation.ipynb /README.md: -------------------------------------------------------------------------------- 1 | # Implementation of Mosaic Data Augmentation in YOLOv4 2 | 3 | This project implements Mosaic Data Augmentation in YOLOv4. 4 | 5 | Created data will be saved as new data. 6 | 7 | May 2020 8 | 9 | Tran Le Anh 10 | --------------------------------------------------------------------------------