Diffusion-based-Segmentation icon indicating copy to clipboard operation
Diffusion-based-Segmentation copied to clipboard

RGB dataset

Open yug125lk opened this issue 2 years ago • 0 comments

Hi, thank you again. I used the code to train my custom dataset pair dataset; (input image, target image). It works when I convert the dataset to grayscale, but it gave me this error with RGB:

RuntimeError: Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size: [10, 2, 128, 128, 3]

yug125lk avatar Jan 25 '24 22:01 yug125lk