zhengyuf / PointAvatar

Official Repository for CVPR 2023 paper PointAvatar: Deformable Point-based Head Avatars from Videos.
Other
318 stars 21 forks source link

Pre-trained models cannot be used #10

Closed JasonW-00 closed 6 months ago

JasonW-00 commented 1 year ago

Hi,

When I tried to use the pre-trained model you provided, I found this error: "_pickle.UnpicklingError: A load persistent id instruction was encountered, but no persistent_load function was specified." This may be caused by the pytorch version. I got the (application/zip) model file when training locally, and I found that the pre-trained model is of the (application/octet-stream) type?

After investigating I found out that this might be due to the pytorch version? But I configured it exactly according to your environment