Closed hyqneuron closed 7 years ago
Yunqing,
The model with 9x9 kernels were the older version when we trained from scratch. Later on we found training with pre-trained parameters in VGG network in stage 1 of the CPM is beneficial. That's why you see multiple 3x3 there: it's part of VGG net.
That makes sense. Thanks!
Hi Shih-En,
Thanks for the great work. I've noticed genProto.py generates models with 9x9 kernels whereas the prototxts under model directory contain multiple 3x3 kernels instead. Is it because multiple 3x3 kernels are faster? What are the differences? Thanks!
Yunqing