diff --git a/extra_scripts/datasets/create_food101_data_files.py b/extra_scripts/datasets/create_food101_data_files.py index b6f847d59..92649b53f 100644 --- a/extra_scripts/datasets/create_food101_data_files.py +++ b/extra_scripts/datasets/create_food101_data_files.py @@ -79,7 +79,6 @@ def __init__(self, input_path: str, output_path: str, split: str): self.targets.append(label) self.images.append( os.path.join( - self.input_path, self.IMAGE_FOLDER, label, image_file_name + self.IMAGE_EXT,