line 222, in resize_seam_masks for idx, seam_mask in enumerate(seam_masks): TypeError: 'NoneType' object is not iterable #233
Unanswered
davehardenatubihere
asked this question in
Q&A
Replies: 1 comment
-
You have to find out why seam_masks is None.. this might be a bug, but we definitely need more information to hunt it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if anyone has got this error and if you did how did you fix it. I have been working on it for a bit and when I tried my code that works with it in another project the same script doesn't work even though no changes were made. Any help would be great!!
Beta Was this translation helpful? Give feedback.
All reactions