Raphael Sulzer
Raphael Sulzer
Hi, I have successfully trained ConvONet on my own object datasets before with nice results! I have used the sample_mesh.py script from ONet to generate `pointcloud.npz` and `points.npz` (occupancy points)...
I used to be able to run the following code to get a map of image_idx and the corresponding image position without any problems: #include #include #include #include #include ///////...
Trying to dump a boolean array leads to the error below. The code compiles fine if I replace the `bool` with `int`. Is this a bug or am I doing...
Hi, In the example below, I would expect either 1 self-intersecting or 2 closed outlines of the mesh. However, there is one closed outline, the rectangle on the bottom left,...
Hi and thanks for making this nice work available! I would like to use your library to export the cell complex and final surface. If I am not mistaken both...
Hi, thank you for publishing this great work here. I am trying to retrain NKSR on ShapeNet (with a differently sampled point cloud). Training starts and runs for ~2h, but...
Hi, first, thank you for making this nice work available here! I found that pprepair does not exit IOWorker::tagStack while loop when trying to fix a self-intersection for the attached...
Hi, was the `trimesh.as_open3d()` method removed? I cannot find it anymore... Best regards