Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created April 8, 2020 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lakshay-arora/f1ed13dab6b20ad83493c37693b7a578 to your computer and use it in GitHub Desktop.
Save lakshay-arora/f1ed13dab6b20ad83493c37693b7a578 to your computer and use it in GitHub Desktop.
# list all the files in the folder
for directory in glob.glob('dataset/*'):
print(directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment