Does validation data influence the results of YOLO V2 and faster R-CNN?

3 visualizaciones (últimos 30 días)
jingxue chen
jingxue chen el 12 de Oct. de 2020
Comentada: tara saber el 21 de Feb. de 2022
I am training YOLO V2 and faster R-CNN using my own dataset. I found that YOLO V2 gets a much better result when validation data are not used, and faster R-CNN gets a little better result when validation data are not used. The dataset has been devided into train dataset, validation dataset and test dataset ealier, so no matter the validation data are used or not, training data and test data is all the same. So I think that if it is the validation data influence the results of training a detector? and how ?

Respuestas (1)

Shashank Gupta
Shashank Gupta el 15 de Oct. de 2020
Hi,
Validation data doesn't influence the results untill and unless the data is used during the training. validation data is handled separately and there is possibly no overlap in training. the results might be varying because of randomness in the model. Try running it multiple time to see. Nevertheless, I will investigate it on my side too, But do check your experiments again, and reach out if you see same behaviour.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by