Artificial Intelligence
-
Few Shot Object Detection
By its nature, deep learning can not generalise well from a few examples. This is why the detection of rare objects is a difficult problem. Read more...
-
Mosaic Augmentation
Mosaic data augmentation technique introduced in YOLOv4 paper implemented in Pytorch. In this method four images are combined into a grid and then randomly cropped. Read more...