0
Follow
0
View

I want to ask about yolo data preprocessing

djttokyo 注册会员
2023-02-27 19:28

Since the data is enhanced during training, does it make sense to augment it in order to increase the amount of data?

cs88655555 注册会员
2023-02-27 19:28

I struggle with the point that since the data is enhanced during training, does it make sense to augment it to increase the amount of data?

liuxi123shen 注册会员
2023-02-27 19:28

the reference answer GPT ᴼ ᴾ ᴱ ᴺ ᴬ ᴵ < br / > to the question of the data set to enhance this is a need to according to the specific circumstances of problem. When performing data enhancement, you need to weigh the advantages and disadvantages of the enhancement.
-
On the one hand, data enhancement can increase the diversity of the data set, reduce the risk of overfitting, and improve the generalization ability of the model. On the other hand, enhancement may affect the quality of data set, for example, excessive enhancement may lead to image distortion, information loss and other problems.
-
For YOLOv5 and other target detection models, some enhancement operations(such as random clipping, rotation, scaling, etc.) may cause certain changes in the position and size of target objects, so that the model can better adapt to a variety of different scenes and target objects.
-
Therefore, whether or not to do data enhancement and how to do it depends on the situation. If the data set is already sufficiently diverse, the enhancement operation may have a negative impact on the model training effectiveness. However, if the data set is relatively simple, the enhancement operation can effectively increase the diversity of data and improve the generalization ability of the model.

dz82823 注册会员
2023-02-27 19:28

Too much data will lead to overfitting, too little will lead to underfitting, not too much data is recommended, should have the recommended amount of data