AssertionError: You should specify the folder of your dataset
liushuping0528 opened this issue · 1 comments
liushuping0528 commented
How to specify the training and test sets of food-101,
def download_data(self):
assert 0,"You should specify the folder of your dataset"
train_dir = 'YOUR DATASET TRAIN DIR'
test_dir = 'YOUR DATASET TEST DIR'
The specified training and test set folders were not found in the food-101 dataset, so how should this train_dir and test_dir be specified?
xfflzl commented
Hi, the raw food-101
dataset is not splitted into training and testing parts. Please follow the meta files, e.g., meta/train.txt
and meta/test.txt
to split the images into corresponding folders.