ShapeError: broadcast dimension mismatch. Operands could not be broadcast together with the shape of X = [1, 1920, 1024, 1997] and the shape of Y = [1, 3, 1, 1]. Received [1920] in X is not equal to [3] in Y at (D:\1.7.1\paddle\paddle/fluid/operators/e...
Created by: jaffe-fly
https://github.com/PaddlePaddle/PaddleSeg/issues/194
这两个问题 里面的数字出现的莫名其妙 X = [1, 1920, 1024, 1997] 这是哪儿来的?? 我的EVAL_CROP_SIZE : (1920, 1080)
还有链接中的问题的19,,我用自己数据集训练的,所有代码都没有19,报错的shape是19,
我用paddlepaddle做实时的目标分割,把代码中路径处理相关的删减,直接传入摄像头数据,怎么就不成功