Hi, @rodrigo-castellon @jtseng20
Thank you for your great work! I wonder how to compute the pfc index of GT .pkls in ./data/test/motions. When I run ./eval/eval_pfc.py with the motion_dir is ./data/test/motions(GT). Then I got "./data/test/motions has a mean of nan", then I found that code like
info = pickle.load(open(pkl, "rb"))
joint3d = info["full_pose"]
but info doesn't have "full_pose", instead being like:
So I just wonder what should I do to figure it out?
Best wishes!
Andy
Hi, @rodrigo-castellon @jtseng20 Thank you for your great work! I wonder how to compute the pfc index of GT .pkls in ./data/test/motions. When I run ./eval/eval_pfc.py with the motion_dir is ./data/test/motions(GT). Then I got "./data/test/motions has a mean of nan", then I found that code like
but info doesn't have "full_pose", instead being like:
So I just wonder what should I do to figure it out? Best wishes! Andy