microsoft / Bringing-Old-Photos-Back-to-Life

Bringing Old Photo Back to Life (CVPR 2020 oral)
https://arxiv.org/abs/2004.09484
MIT License
15.15k stars 2k forks source link

How(Where) to write image path #158

Closed hayanakamura closed 3 years ago

hayanakamura commented 3 years ago

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?