ctpgr-pytorch icon indicating copy to clipboard operation
ctpgr-pytorch copied to clipboard

Read the skeletal data

Open hwngnt opened this issue 2 years ago • 0 comments

I am new to this topic and I would like to read the skeletal data from the generated folder. I opened it with: import pickle dir = /generated/train/001.pkl with open(dir, 'rb') as f: coodrs = pickle.load(f) I got error as below. If anyone know please give me a hand

ModuleNotFoundError: No module named 'constants.enum_keys'; 'constants' is not a package I knew that it had somethings related to the folder constants but I didn't know how to fix it.

hwngnt avatar Aug 18 '22 06:08 hwngnt