LEMO 部署笔记
目录
wham
编译torch-mesh-isect
环境:/shared_disk/users/lbg/envs/pywham
依赖项:
If you use the temporal fitting code for PROX dataset, please install following packages:
- Chamfer Pytorch
- (optional) Mesh Packages: for contact / depth term
- (optional) PyTorch Mesh self-intersection: for self-interpenetration term
- Download the per-triangle part segmentation: smplx_parts_segm.pkl
Then run pip install -r requirements.txt
to install other dependencies. It is noticed that different versions of smplx
and VPoser
might influece results.
编译torch-mesh-isect
https://github.com/vchoutas/torch-mesh-isect
/shared_disk/users/lbg/serch_2025/lemo/libs/torch-mesh-isect-master/src/bvh_cuda_op.cu:38:10: fatal error: helper_math.h: No such file or directory
38 | #include "helper_math.h" 怎么解决