torch-mesh-isect icon indicating copy to clipboard operation
torch-mesh-isect copied to clipboard

Results 17 torch-mesh-isect issues
Sort by recently updated
recently updated
newest added

There is a question mentioned above. My torch vision is 1.6 whether is higher than your version?

I notice the description says it can be for self-intersections, but if it can deal with more than one mesh. If not, do you have some ideas to solve it?...

Hi @vchoutas , there is a prolem, hope you can help me. When I run setup.py, CUDA INC PATH seems lacks, so I mannualy point it to '/usr/lcoal/cuda/samples/common/inc'. it worked....

Hi @vchoutas , in the `smpl_segmentation.pkl`, there are `data['segm' ]` and `data['parents']`, how you get the` data['parents']`? hope you can help. thanks~

C:\Users\Leo\Desktop\smplify-x\smplifyx\torch-mesh-isect\src\bvh_cuda_op.cu(945): error: "#" not expected here C:\Users\Leo\Desktop\smplify-x\smplifyx\torch-mesh-isect\src\bvh_cuda_op.cu(945): error: expected an expression C:\Users\Leo\Desktop\smplify-x\smplifyx\torch-mesh-isect\src\bvh_cuda_op.cu(945): error: "#" not expected here C:\Users\Leo\Desktop\smplify-x\smplifyx\torch-mesh-isect\src\bvh_cuda_op.cu(945): error: expected an expression C:\Users\Leo\Desktop\smplify-x\smplifyx\torch-mesh-isect\src\bvh_cuda_op.cu(945): error: "#" not expected here C:\Users\Leo\Desktop\smplify-x\smplifyx\torch-mesh-isect\src\bvh_cuda_op.cu(945): error:...

After changing ``` bvh_include_dirs = torch.utils.cpp_extension.include_paths() + [ 'include', '/usr/local/cuda-11.4/samples/common/inc'] ``` I run the commend `python setup.py install` and I got: ``` (pytorch) wjrzm@DESKTOP-QJIK4OK:~/SMPL-IK/torch-mesh-isect$ python setup.py install running install /home/wjrzm/anaconda3/envs/pytorch/lib/python3.7/site-packages/setuptools/command/install.py:37:...