ctpgr-pytorch
ctpgr-pytorch copied to clipboard
Read the skeletal data
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.