EvelynFan / FaceFormer

[CVPR 2022] FaceFormer: Speech-Driven 3D Facial Animation with Transformers
MIT License
761 stars 135 forks source link

bug windows11 pickle #74

Open 1234268 opened 1 year ago

1234268 commented 1 year ago

when I run demo.py, I met something wrong.

My error information

image

image

here exists many similiar errors.

image

it says pickle5.pickle.PicklingError: Could not pickle object as excessively deep recursion required.

Then, I check the code. pickle is here.

image

I don't know the reasons. Who can tell me?