1adrianb / face-alignment

:fire: 2D and 3D Face alignment library build using pytorch
https://www.adrianbulat.com
BSD 3-Clause "New" or "Revised" License
6.88k stars 1.33k forks source link

Problem about Pickle #307

Open perphyguo opened 2 years ago

perphyguo commented 2 years ago

Hi,

I noticed that the data is saved as PKL.

I tried to use pickle package, but I meet a problem.

pickle

The same problem happen on colab.

The pickle package is default pre-installed package. I did not install anything.

After installing pytorch, nothing changes.

Thanks!