Open piggybox opened 3 years ago
You probably have a greyscale image as an input, and the model is expecting RGB.
(RGB has a shape of 3, while greyscale has a shape of 1)
Do you have solved the problem? I am meeting the same problem and I don't know how to solve it.
Do you have solved the problem? I am meeting the same problem, and I don't know how to solve it.
As @TidamCo said, the input image should be in RGB color (3 channels). Can you simply convert the input image into color or change the code so that it can transform a single channel image as done with a clothing mask?
I followed the steps in the readme and ran the test in command line as
and got this error