Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 306 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 306 Bytes

Data_Augmentation_Yolov3

In machine learning, sometimes we need plenty of data to train our models. In this code, i made data augmentation code in python when using the yolov3 network. I used the python library IMGAUG. By using this, the images and their annotations(Bounding-box) changed automatically.