daijinjin
daijinjin
How to solve it?
> still a problem. The issue is that the `binary_masks` are rescaled according to the configs defined in `test_pipeline` (e.g. `dict(type='FixShapeResize...')`). But the images are being loaded from the path...
assert img.shape[:2] == binary_masks.shape[ AssertionError: `binary_masks` must have the same shape with image, I printed their size display: binary_mask (752, 512, 512) img (10678, 8278, 3), The size that this...