If this is the organisation of my data how would I load this data in to x_train and y_train to make a keras model
train.zip
The image files for the training set
train.txt
The labels for the training set
test.zip
The image files for the test set
This is how train.txt looks like
These are how the zip files look:
I am fumbled of how I should load this data so I can have numpy arrays for x_train, y_train and x_test and y_test so I can make a CNN model. I've tried many things but no luck