mks0601 / NeuralAnnot_RELEASE

3D Pseudo-GTs of "NeuralAnnot: Neural Annotator for 3D Human Mesh Training Sets", CVPRW 2022 Oral.
168 stars 11 forks source link

instavariety dataset .pt annotation file is not loaded. #3

Open kbc-6723 opened 2 years ago

kbc-6723 commented 2 years ago

When I try to load the insta_train_db.py and insta_test_db.py using torch.load , i got error in load pickle. I tried with every pytorch version. 1.1 to 1.11 _pickle.UnpicklingError: invalid load key, '\xc0'

How can I load it?

mks0601 commented 2 years ago

import joblib db = joblib.load('insta_train_db.pt')