Neural Style Transfer -- glob error

Hi ,

While running the below code i am getting output as:-

fnames = glob.glob(path+’**/*.JPEG’, recursive=True)
n = len(fnames); n

Output --> 0

And fnames is giving output as --> fnames --> [ ]

Please help!!

Pls ignore. I resolved it!