PengCheng
PengCheng
 我用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 =...