Stanford-TML / EDGE

Official PyTorch Implementation of EDGE (CVPR 2023)
https://edge-dance.github.io
MIT License
444 stars 67 forks source link

How to compute the pfc of GT .pkls in ./data/test/motions? #42

Closed Andy010902 closed 1 month ago

Andy010902 commented 2 months ago

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: 86bf9b8779e5163b1e8d6d89a904d602

So I just wonder what should I do to figure it out? Best wishes! Andy