RR

Results 1 issues of RR

I have downloaded CelebAMask-HQ and CelebA-HQ Their directory structure is as follows: CelebAMask-HQ: ![363J0RHY2E5C5A@PW63TW~H](https://user-images.githubusercontent.com/13413137/134798855-62e0c40e-5055-410c-ab46-941924fa8264.png) ``` 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,...