chuanqi305 / MobileNet-SSD

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

Questions about prototxts and lmdb #174

Open kadirbeytorun opened 4 years ago

kadirbeytorun commented 4 years ago

Hello, I am trying to grasp the details about each prototxt files and lmdb files. 1- Is train.prototxt only for training or does it include validation? Because the lmdb you called in it is named trainval.lmdb, but there is only one data layer, and its phase is TRAIN 2-Is test prototxt actually for validation or testing? its phase is TEST, but lmdb file is named test.lmdb, so its quite confusing. 3- Is deploy prototxt actually testing network? whats the difference between this and test prototxt? Regards, Kadir