Skip to content

Commit

Permalink
Setting Up data files
Browse files Browse the repository at this point in the history
  • Loading branch information
teij04 committed Mar 10, 2019
1 parent 505d2dd commit 3648bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def listdir_fullpath(d):
return [os.path.join(d, f) for f in os.listdir(d)]

for dirname, dirnames, filenames in os.walk('C:/Users/tejas/Desktop/ART PROJECTS/animeface-character-dataset/animeface-character-dataset/thumb'):
# print path to all subdirectories first.
# print path to all subdirectories firste.
for subdirname in dirnames:
print(os.path.join(dirname, subdirname))

Expand Down

0 comments on commit 3648bf0

Please sign in to comment.