Darknet: Is mosaic recommended for tiny v4?

Created on 30 Jun 2020  路  3Comments  路  Source: AlexeyAB/darknet

Default yolov4 tiny .cfg doesn't include mosaic augmentation, were any experiments done with it?

Most helpful comment

Yes. mosaic degrades accuracy for tiny model.
Stronger data augmentation should be used for large models.

All 3 comments

Yes. mosaic degrades accuracy for tiny model.
Stronger data augmentation should be used for large models.

Yes. mosaic degrades accuracy for tiny model.
Stronger data augmentation should be used for large models.

What is the difference between "tiny model" and "large model"?
(If it's custom model, )
Is that mean the number of the classes?
or size of the training dataset?

@smallerhand Large model is referring to normal YOLO v4 ( large because-> much more layers & computations than tiny version) The training size dataset doesn't change the computations of the CNN (it may take longer to train tho)

@AlexeyAB Thanks)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Jacky3213 picture Jacky3213  路  3Comments

hemp110 picture hemp110  路  3Comments

shootingliu picture shootingliu  路  3Comments

Greta-A picture Greta-A  路  3Comments

siddharth2395 picture siddharth2395  路  3Comments