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
Unexpected error occurred:
'Namespace' object has no attribute 'text'
Traceback (most recent call last):
File "painterly_rendering.py", line 589, in
configs_to_save = main(args)
File "painterly_rendering.py", line 176, in main
if args.text == "None":
AttributeError: 'Namespace' object has no attribute 'text'
when i run operate_clipavideo.sh
The text was updated successfully, but these errors were encountered:
Unexpected error occurred: 'Namespace' object has no attribute 'text' Traceback (most recent call last): File "painterly_rendering.py", line 589, in configs_to_save = main(args) File "painterly_rendering.py", line 176, in main if args.text == "None": AttributeError: 'Namespace' object has no attribute 'text'
when i run operate_clipavideo.sh
I have reorganized code, solving this error. You can follow the README
Unexpected error occurred:
'Namespace' object has no attribute 'text'
Traceback (most recent call last):
File "painterly_rendering.py", line 589, in
configs_to_save = main(args)
File "painterly_rendering.py", line 176, in main
if args.text == "None":
AttributeError: 'Namespace' object has no attribute 'text'
when i run operate_clipavideo.sh
The text was updated successfully, but these errors were encountered: