argusswift / YOLOv4-pytorch

This is a pytorch repository of YOLOv4, attentive YOLOv4 and mobilenet YOLOv4 with PASCAL VOC and COCO
1.68k stars 330 forks source link

关于数据增强方式 #228

Open hjy823691969 opened 3 years ago

hjy823691969 commented 3 years ago

Data Augment (RandomHorizontalFlip, RandomCrop, RandomAffine, Resize)

你好,请问一下,这个数据增强方式中,是不是使用了YOLOv4里面的mosaic数据增强?

argusswift commented 3 years ago

Data Augment (RandomHorizontalFlip, RandomCrop, RandomAffine, Resize)

你好,请问一下,这个数据增强方式中,是不是使用了YOLOv4里面的mosaic数据增强?

这个版本没有包含mosaic数据增强方式,请等待后续版本更新