I understand I have to prepare 3 types of images - synthetic(x), real(r), clean(y).
But in the training code, where should I write these image's path?
self.load_img_dir_L_old=os.path.join(self.dir_AB,"~~") self.load_img_dir_RGB_old=os.path.join(self.dir_AB,"~~") self.load_img_dir_clean=os.path.join(self.dir_AB,"~~")
which path correspond to each 3 images?
I understand I have to prepare 3 types of images - synthetic(x), real(r), clean(y). But in the training code, where should I write these image's path?
self.load_img_dir_L_old=os.path.join(self.dir_AB,"~~") self.load_img_dir_RGB_old=os.path.join(self.dir_AB,"~~") self.load_img_dir_clean=os.path.join(self.dir_AB,"~~")
which path correspond to each 3 images?