Tony Louis
Tony Louis
I want to use multiprocessing to speed up some process on the meshes. And I found that something is interfering the multiprocessing package from python. my test codes are: ```...
Dear developers, Recently, I have came across the problem of finding the intersection faces of two triangle meshes. And I found a undocumented function called `compute_face_face_intersection` in the `Polygon_mesh_processing` from...
I tested the code with some of my own examples, it seems that the model is only identifying the glass through light intensity.  
Greate work in point cloud processing! I noticed that in your work, point cloud sampling and neighbor search is done before the data is fed into the network. I wonder...
Hi, Thank you for the great work! Currently I need to find the k nearest neighbor for a point cloud, then I need to downsample the point cloud in a...