ssd_tensorflow icon indicating copy to clipboard operation
ssd_tensorflow copied to clipboard

How are PriorBoxLayer and MultiBoxLossLayer implemented?

Open alex-birch opened this issue 7 years ago • 0 comments

Hi,

I'm quite new to tensorflow - could you please provide an explanation how you've implemented SSD without the 2 custom layers defined in Caffe - PriorBoxLayer and MultiBoxLossLayer?

From my (limited) understanding - MultiBoxLossLayer is needed for training and backpropagation connecting the ground truth boxes to intermediate layers and loss calculation. PriorBox is used in the forward pass only to generate boxes at the predefined sizes / aspect ratios.

Thanks

alex-birch avatar Jan 03 '17 23:01 alex-birch