Fateme

Results 3 comments of Fateme

I could fix it. You should change the function " __getitem__" in dataset.py as follows: """ def __getitem__(self, idx): img_id = self.img_ids[idx] img = cv2.imread(os.path.join(self.img_dir, img_id + self.img_ext)) mask =...