Closed krishnak closed 4 years ago
c array. len=C x H x W
I mean is that a single dimension array? or can it be a 3 dimensional array?
For ex: Keras output is 3x7x10 is this have to be reshaped to 1x210 in KPU or can the KPU also output 3x7x10
c array is one dimension.
anchors num is different
10x7x75 => w=10 ,h=7, anchor=3 x (class=20 + obj=1 + coord=4)=75
Kendryte repository use one dectect layer, his anchor=5. I use 2 detect layers, each layer have 3 anchors.
yes got it thanks
@zhen8838
In this code
What is the shape of output 0 and 1 which comes from KPU