chuanqi305 / MobileNet-SSD

Caffe implementation of Google MobileNet SSD detection network, with pretrained weights on VOC0712 and mAP=0.727.
MIT License
2.03k stars 1.18k forks source link

Which data is in validation set in trainval.txt? #192

Open tahriribraq opened 3 years ago

tahriribraq commented 3 years ago

I've generated trainval.txt, test.txt, and test_name_size.txt as instructed in the readme. However, I could not find any information indicating how much of the data in trainval.txt is for validation. This is needed for setting the value of 'test_iter', so I would really appreciate an answer!