PengCheng

Results 4 issues of PengCheng

![image](https://user-images.githubusercontent.com/71554280/177832378-ece294dc-1221-4c84-8f0b-bea72fd1e745.png) 我用vscode编译,参考文献出现了自动换行的问题,有任何的解决方式吗

Very nice job! I want to know how to save the predicted SMPLX/SMPL parameters, including body_pose, etc. with the camera parameters used to render the smplx. Looking forward to your...

Hi guys, I met a problem here: ``` import torch from pytorch3d.ops import knn_points import ipdb points = torch.rand(1000, 3) device = "cuda" with torch.no_grad(): fused_point_cloud = points.float().to(device) dist2 =...