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
I'm new to python language, I'm trying to create my own dataset so I can use it for training.
I have all the .ttf files inside the folder "scraper/fonts". But when I run create_dataset.py, I get the following error:
python create_dataset.py
Traceback (most recent call last):
File "create_dataset.py", line 78, in
for fn in get_ttfs(d=sys.argv[1]):
IndexError: list index out of range
Is there a easy solution to that?
Thank you
The text was updated successfully, but these errors were encountered:
I'm new to python language, I'm trying to create my own dataset so I can use it for training.
I have all the .ttf files inside the folder "scraper/fonts". But when I run create_dataset.py, I get the following error:
python create_dataset.py
Traceback (most recent call last):
File "create_dataset.py", line 78, in
for fn in get_ttfs(d=sys.argv[1]):
IndexError: list index out of range
Is there a easy solution to that?
Thank you
The text was updated successfully, but these errors were encountered: