ValueError: Input images must have the same dimensions.

ValueError: Input images must have the same dimensions.  

  By: 6573918851 on July 28, 2023, 3:36 a.m.

hello, what is the size of the input images?

Re: ValueError: Input images must have the same dimensions.  

  By: 21210720028 on July 28, 2023, 5:02 a.m.

Yes, the reconstructed images must be the same dimensions as the testing data.

 Last edited by: 21210720028 on Aug. 15, 2023, 12:58 p.m., edited 1 time in total.

Re: ValueError: Input images must have the same dimensions.  

  By: Scheibenmischa on July 28, 2023, 7:34 a.m.

Probably related to saving the images as greyscale

https://stackoverflow.com/questions/12201577/how-can-i-convert-an-rgb-image-into-grayscale-in-python

Re: ValueError: Input images must have the same dimensions.  

  By: 6573918851 on July 31, 2023, 3:16 a.m.

Thank you! That is right!