ssd_keras icon indicating copy to clipboard operation
ssd_keras copied to clipboard

implementing prior bounding boxes as keras layers?

Open BenMacKenzie opened this issue 7 years ago • 2 comments

is there any particular reason to implement the bounding box priors as a layer in the keras model? if i'm reading this correctly, it only ever gets used again during post-processing of the prediction. is it to 'auto-configure' the priors based on input size etc... by detecting input from previous layer?

j

BenMacKenzie avatar Apr 11 '17 18:04 BenMacKenzie

@BenMacKenzie yep, it's for auto-configuring priors based on a layers' outputs.

rykov8 avatar Apr 12 '17 10:04 rykov8

Make PriorBox a keras layer, will it compute input gradient in backward?

SeaOfOcean avatar Jun 18 '17 02:06 SeaOfOcean