You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure you are using the generated pose in your test phase.
In tester.py #497, I think the self.pose_embs should be replaced by self.G_pose_embs, or the pose will be sampled directly from the dataset.
I am not sure you are using the generated pose in your test phase.
In tester.py #497, I think the self.pose_embs should be replaced by self.G_pose_embs, or the pose will be sampled directly from the dataset.