bharat-b7 / IPNet

Repo for "Combining Implicit Function Learning and Parametric Models for 3D Human Reconstruction, ECCV'20(Oral)""
226 stars 27 forks source link

How the pkl file to view #15

Closed killyseason closed 2 years ago

killyseason commented 3 years ago

I wanna to know how the pkl, npy file can be view. I will be appreciate if anyone can answer my question.

bharat-b7 commented 3 years ago

You can read pkl file as follows:

import pickle as pkl
dat = pkl.load(open(<file name>, 'rb'))