0

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?

Jerome Ariola
  • 135
  • 1
  • 11

0 Answers0