efficientdet-keras
efficientdet-keras copied to clipboard
图片尺寸问题,
在对图片进行缩放然后进行检测,就会出现p5_td = self.conv5_up(self.swish(weight[0] * p5_in_1 + weight[1] * self.p5_upsample(p6_td))) RuntimeError: The size of tensor a (11) must match the size of tensor b (12) at non-singleton dimension 3。此时输入图片的尺寸[256,344]。p5_in_1=[1,64,8,11], self.p5_upsample(p6_td)=[1,64,8,12],输入的图片高和宽必须要保证一定的比例才行吗?有解决的方法吗?
你这个我没看懂,这个代码我没提供input_shape我记得