Commit
·
1400a5e
1
Parent(s):
315e2fe
Upload folder using huggingface_hub
Browse files- vsd-fashion.py +1 -1
vsd-fashion.py
CHANGED
@@ -194,7 +194,7 @@ class VSDFashion(datasets.GeneratorBasedBuilder):
|
|
194 |
"annotations_file": task_data_path/'in_fashion_outshop_tags_dict.json',
|
195 |
"split": "test",
|
196 |
"images_folder": self.image_folder,
|
197 |
-
"metadata_file": dataset_path/'dataset_metadata_wild.json'
|
198 |
"gallery_phases": ['train']
|
199 |
},
|
200 |
),
|
|
|
194 |
"annotations_file": task_data_path/'in_fashion_outshop_tags_dict.json',
|
195 |
"split": "test",
|
196 |
"images_folder": self.image_folder,
|
197 |
+
"metadata_file": dataset_path/'dataset_metadata_wild.json',
|
198 |
"gallery_phases": ['train']
|
199 |
},
|
200 |
),
|