Having problem with code

print(len(image_data))
print(len(labels))
the above code lines should have given some values but it is showing the length as 0
i have distributed the pokemon images in 3 folders and i am trying to do this challenge by using svm method.

hey @adirayer ,
I guess the path that you are entering to read the data is incorrect.
Can you please check it by printing it.
like print(img_path) , i guess with this you will get the error your stucked at.