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

1 vue (au cours des 30 derniers jours)
jingxue chen
jingxue chen le 12 Oct 2020
Commenté : tara saber le 21 Fév 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 ?

Réponses (1)

Shashank Gupta
Shashank Gupta le 15 Oct 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