You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for me the folder isnt getting created but the code doesnt show any errors. i have tried two set of codes 1st one is nick.. his code doesnt show any errors i thnk it is bcos of try block second code is from pull request where it shows error
The text was updated successfully, but these errors were encountered:
for action in actions: # This will loop through all the different gestures
for sequence in range(no_sequences):
try:
os.makedirs(os.path.join(DATA_PATH, action, str(sequence))) # This will create all necesary folders, subfolders and sequences
except:
pass
for me the folder isnt getting created but the code doesnt show any errors. i have tried two set of codes 1st one is nick.. his code doesnt show any errors i thnk it is bcos of try block second code is from pull request where it shows error
The text was updated successfully, but these errors were encountered: