Open ijorquera opened 1 year ago
Hi, I reinstalled the repo from scratch, but didn't get this error when running the example commands, including the demo.py
for attributes. Can you please explain when this happens so that I can reproduce it?
@muelea Hi, run the virtual_measurement file and in the mesh_mesh_intersection file you'll face this error.
@muelea can you share the mesh_mesh_intersect_cuda.py file?
The mesh_mesh_intersect_cuda
is built as an extension of mesh_mesh_
when running setup.py
in mesh-mesh-intersection. To import mesh_mesh_intersection
before importing mesh_mesh_intersect_cuda
:
import mesh_mesh_intersection
import mesh_mesh_intersect_cuda
Hello, I am having some problems with the module mesh_mesh_instersect_cuda when trying to use the shape to attributes and attributes to shape modules, it says it is not found, but I make sure that the module mesh_mesh_intersect (including torch-mesh-isect) were installed correctly (at least no error found in the log after running the setup.py)
Any help would be greatly appreciated, thanks!