mobilenetv3_centernet
mobilenetv3_centernet copied to clipboard
network postprocess def decode(heat, wh, K=100):
Has the author ever experimented with this part of network postprocess, Try it. There's something wrong with the class and box information.
such as: xmin = xscfg.MODEL.global_stride - wh[:,:, 0:1] ymin = yscfg.MODEL.global_stride - wh[:,:, 1:2] xmax = xscfg.MODEL.global_stride + wh[:,:, 2:3] ymax = yscfg.MODEL.global_stride + wh[:,:, 3:4]
The class does not have label -1, and got a lot of label 0.
Sorry, I can't understand what you said. And the postprocess should be ok.