-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: height and width must be > 0 #358
Comments
this is my error: The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Traceback (most recent call last):
File "run.py", line 493, in
main()
File "run.py", line 438, in main
for _ in tqdm(
File "/home/gxu3081/anaconda3/envs/mm/lib/python3.8/site-packages/tqdm/std.py", line 1181, in iter
for obj in iterable:
File "/home/gxu3081/anaconda3/envs/mm/lib/python3.8/multiprocessing/pool.py", line 868, in next
raise value
ValueError: height and width must be > 0
I saw the solution is set the font dir,but I sepcify a font dir but it still has this problem,I want to generate 450000 images,I don't know if it's due to the size of images,but when I set the 45000 it still has the same problem
The text was updated successfully, but these errors were encountered: