# Takes approx. 15min | |
trainData <- extract_feature("train/", width, height) | |
# Takes slightly less | |
testData <- extract_feature("test1/", width, height, labelsExist = F) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment