garyzhao / SemGCN

The Pytorch implementation for "Semantic Graph Convolutional Networks for 3D Human Pose Regression" (CVPR 2019).
https://arxiv.org/abs/1904.03345
Apache License 2.0
465 stars 78 forks source link

Assertion Error: assert poses_3d is not None #56

Open HRKagdi opened 1 year ago

HRKagdi commented 1 year ago

When I am training your model, it is giving Assertion Error: assert poses_3d is not None. What shall I do to remove this error. Thanks.