Ziyang Tian

Results 1 comments of Ziyang Tian

Inserting this code in line 655 of dataset. py can solve this problem,maybe ```python folders = ["images", "segmentations", "masks"] for folder in folders: self.io_handler.mkdir_p(os.path.join(subset_dataset_path, folder)) for img_name in images_subset: import...