PSPNet
PSPNet copied to clipboard
can not reshape the input image resolution
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