PSPNet icon indicating copy to clipboard operation
PSPNet copied to clipboard

can not reshape the input image resolution

Open xhsoldier opened this issue 7 years ago • 0 comments

Take pspnet101_VOC2012_473.prototxt as an example, the input image resolution should be 473*473. When I try to call: net.blobs['data'].reshape(1, *in_.shape) This will result error

xhsoldier avatar Sep 05 '17 08:09 xhsoldier