We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Renderer.py is Error,when load open('assets/FLAME_masks/FLAME_masks.pkl', 'rb'),
flame_masks = pickle.load( open('assets/FLAME_masks/FLAME_masks.pkl', 'rb'), encoding='latin1')
I have get a error msg:
except pickle.UnpicklingError: # 如果反序列化过程中出现其他错误,则执行这里 print("错误:在尝试从文件读取数据时发生了一个pickle相关的错误。")
The text was updated successfully, but these errors were encountered:
There seems to be an error with the downloaded FLAME_masks. Did you figure it out ?
Sorry, something went wrong.
No branches or pull requests
The Renderer.py is Error,when load open('assets/FLAME_masks/FLAME_masks.pkl', 'rb'),
flame_masks = pickle.load(
open('assets/FLAME_masks/FLAME_masks.pkl', 'rb'),
encoding='latin1')
I have get a error msg:
The text was updated successfully, but these errors were encountered: