Can't parse 'center'. Sequence item with index 0 has a wrong type #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi! When I train my model, I'm getting this error:
Does anyone knows how to solve it?
Oh, I'm using an M1 Pro.
Hi @mateuspestana!
This particular issue is due to your version of
opencvpackage being not compatible with DeepFaceLab code. As a temporary workaround you can edit the/Users/mateuspestana/Downloads/DeepFaceLab_MacOS/.dfl/DeepFaceLab/core/imagelib/warp.pyfile and change the lineto
@mateuspestana did you get chance to try the ^^ workaround?
Just tried it and started training. By now, it's working flawlessly. Thanks!