Seanseattle / SMIS

Semantically Multi-modal Image Synthesis(CVPR 2020)
Other
322 stars 48 forks source link

About datset #18

Closed 2805413893 closed 1 year ago

2805413893 commented 1 year ago

Hello, I downloaded the deepfashion dataset from your home page, but I didn't find the placement form of the dataset in your description document. It's somewhat difficult to understand and the following errors occurred,hope to get your help E:/codeproject/SMIS-master/train.py Traceback (most recent call last): File "E:/codeproject/SMIS-master/train.py", line 21, in dataloader = data.create_dataloader(opt) File "E:\codeproject\SMIS-master\data__init__.py", line 44, in create_dataloader instance.initialize(opt) File "E:\codeproject\SMIS-master\data\pix2pix_dataset.py", line 22, in initialize label_paths, image_paths, instance_paths = self.get_paths(opt) File "E:\codeproject\SMIS-master\data\coco_dataset.py", line 35, in get_paths label_paths = make_dataset(label_dir, recursive=False, read_cache=True) File "E:\codeproject\SMIS-master\data\image_folder.py", line 49, in make_dataset assert os.path.isdir(dir) or os.path.islink(dir), '%s is not a valid directory' % dir AssertionError: ./datasets/deepfashion/train_label is not a valid directory