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

I have already build and install mesh-intersection。I find this line g++ -pthread -shared -B /root/anaconda3/compiler_compat -L/root/anaconda3/lib -Wl,-rpath=/root/anaconda3/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.6/src/bvh.o build/temp.linux-x86_64-3.6/src/bvh_cuda_op.o -L/usr/local/cuda/lib64 -lcudart -o build/lib.linux-x86_64-3.6/bvh_cuda.cpython-36m-x86_64-linux-gnu.so but it produce nothing in...

I am using a conda to manage my environment. I got the following error: python 36 cuda 10.1 (cuda10.0 tried too) When I tried to install this pkg: ``` running...

src/bvh_cuda_op.cu(945): error: "#" not expected here src/bvh_cuda_op.cu(945): error: expected an expression src/bvh_cuda_op.cu(945): error: "#" not expected here src/bvh_cuda_op.cu(945): error: expected an expression src/bvh_cuda_op.cu(945): error: "#" not expected here src/bvh_cuda_op.cu(945): error:...

Hi, I'm encountering some strange errors when using mesh_intersection on **3090 GPU, CUDA 11.1, python 3.8.8, pytorch 1.8.1**. I encountered a `CUDA out of memory` error when running `examples/batch_smpl_untangle.py` using...

env: Win10,Python3.6 cannot install install output log: running install running bdist_egg running egg_info writing mesh_intersection.egg-info\PKG-INFO writing dependency_links to mesh_intersection.egg-info\dependency_links.txt writing requirements to mesh_intersection.egg-info\requires.txt writing top-level names to mesh_intersection.egg-info\top_level.txt reading manifest...

Anyone know how to install this pkg in conda?

Thanks for your great work! I have met several problems during compiling and find out corresponding solutions to share with everyone. 1. About CUDA version I have tried CUDA-9.0, CUDA=10.1...

error: command '/usr/bin/gcc' failed with exit code 1 ![Screenshot from 2021-04-20 14-45-05](https://user-images.githubusercontent.com/26310319/115546868-2b143880-a2c3-11eb-9f54-059a6eb584ab.png)

When I run the python -m pdb examples/detect_and_plot_collisions.py ... I got *** stack smashing detected ***: python terminated at this line: outputs = m(triangles[0,...]) Thanks very much if anyone can...

![07ba95b40197057d4654cf973236b7a](https://user-images.githubusercontent.com/49985540/94366446-e9dfef80-010a-11eb-9d8f-7da6a54ac0d2.png) After I run the code `python setup.py install`, I meet the problem above. But I set the the environment variable $CUDA_SAMPLES_INC to the path that contains the header helper_math.h....