Skip to content
New issue

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

open('assets/FLAME_masks/FLAME_masks.pkl', 'rb') is error. #29

Open
zhangziliang04 opened this issue Oct 16, 2024 · 1 comment
Open

Comments

@zhangziliang04
Copy link

image

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相关的错误。")
@filby89
Copy link
Collaborator

filby89 commented Nov 4, 2024

There seems to be an error with the downloaded FLAME_masks. Did you figure it out ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@zhangziliang04 @filby89 and others