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
File "create_dataset.py", line 300, in
main(sys.argv[1:])
File "create_dataset.py", line 296, in main
t_width=int(argv[9]))
File "create_dataset.py", line 256, in gen_emotionsFolders
for x in sorted(os.listdir(images_path), key=last_8chars)
File "create_dataset.py", line 257, in
if x.split(".")[1] == "PNG"
IndexError: list index out of range
can you help me?
The text was updated successfully, but these errors were encountered:
hi
I tried to run this code but found this error
File "create_dataset.py", line 300, in
main(sys.argv[1:])
File "create_dataset.py", line 296, in main
t_width=int(argv[9]))
File "create_dataset.py", line 256, in gen_emotionsFolders
for x in sorted(os.listdir(images_path), key=last_8chars)
File "create_dataset.py", line 257, in
if x.split(".")[1] == "PNG"
IndexError: list index out of range
can you help me?
The text was updated successfully, but these errors were encountered: