MobileNet-SSD
MobileNet-SSD copied to clipboard
Questions about prototxts and lmdb
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