please help me out i tried several times....A is the set of infrared images while B is its corresponding RGB image.
Even after several attempts no images were available in AB folder ...after running the code
Have you checked the folder AB/train and AB/test? You may also want to remove the .ipynb_checkpoints
Yes sir , i had checked AB/train and AB/test.
Is resolution mismatch causing the problem of paired images??
Yes, the code assumes that input and output images have the same size.
Thanks a lot..!!