I'm trying to flip some images in the LFW Face Dataset. However, the solution I thought of didn't work as planned
for folder in listdir('lfw/'):
a = chdir('/' + folder )
for file in a:
spin(file)
What's wrong?
I'm trying to flip some images in the LFW Face Dataset. However, the solution I thought of didn't work as planned
for folder in listdir('lfw/'):
a = chdir('/' + folder )
for file in a:
spin(file)
What's wrong?