yoyo-nb / Thin-Plate-Spline-Motion-Model

[CVPR 2022] Thin-Plate Spline Motion Model for Image Animation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotImplementedError: A UTF-8 locale is required. Got ANSI_X3.4-1968

ryderparedes opened this issue · comments

Sometimes I get this issue when running step 3 or 4. Why is this happening and how can I fix this?

This resolved it for me:

import locale
locale.getpreferredencoding = lambda: "UTF-8"

Solution from this issue