I download the author's model, and want to test with my cunstom image. First, I run the GMM model to get wrap-cloth, but I get the error as follow:
The shape of im is (3, 256,192), and the pcm shape is (256,192, 3). When im * pcm, the error happened.
After reshaping the pcm to (3,256,192), I get another error as follow:
I don't know where the wrong located, it's wrong with im shape? Or pcm shape? Or my custom image is in a wrong shape?
Should I reshape the im shape? @minar09
I download the author's model, and want to test with my cunstom image. First, I run the GMM model to get wrap-cloth, but I get the error as follow: The shape of im is (3, 256,192), and the pcm shape is (256,192, 3). When im * pcm, the error happened. After reshaping the pcm to (3,256,192), I get another error as follow: I don't know where the wrong located, it's wrong with im shape? Or pcm shape? Or my custom image is in a wrong shape? Should I reshape the im shape? @minar09