RR
Results
1
issues of
RR
I have downloaded CelebAMask-HQ and CelebA-HQ Their directory structure is as follows: CelebAMask-HQ:  ``` def read_pair(self, src_idx, tgt_idx): src_face = cv2.imread(os.path.join(self.img_root, "{}.jpg".format(src_idx))) tgt_face = cv2.imread(os.path.join(self.img_root, "{}.jpg".format(tgt_idx))) tgt_mask = cv2.imread(os.path.join(self.mask_root,...