MobileNetv2-SSD icon indicating copy to clipboard operation
MobileNetv2-SSD copied to clipboard

Logic error

Open andrei-edward-popa opened this issue 1 year ago • 0 comments

Hi!

On this line of code hw[ pos : pos + numBox , :] = np.multiply(gridSize*scale, np.squeeze(np.dstack([asp1,asp2]),axis=0))[:numBox,:], I think gridSize*scale need to be replaced with IMG_SIZE/gridSize*scale. The gridSize is the number of layers, but the width and height of each layer is IMG_SIZE/gridSize. Am I right?

Thank you!

andrei-edward-popa avatar Jul 14 '23 15:07 andrei-edward-popa