Souhaib Attaiki
Souhaib Attaiki
Hi, Thanks for the great library. Are you planning to upgrade the pytorch version you are using (0.3.1), since the code is not compatible with newer version of pytorch? Thank...
Hi, I'm using MeshCNN for a segmentation task. I didn't change anything in the code, but I got the following error: ``` File "/meshcnn/models/networks.py", line 393, in forward fe, before_pool...
Hi, Thanks for the great contribution and for sharing the code. I'm using MeshCNN as a feature extractor, so I'm using an architecture similar to the one used in segmentation,...
Hi, Thanks for the great contribution and for releasing the code. I'm not having an issue, but a question, before investing time into integrating this network into my code. For...
Hi, Thanks for the great library. I noticed that in the examples folder, there is no example for segmentation. Is it possible to add an example for sgmentation, especially using...
Hi, Thank you for the great library. Is there a plan to return the radius of the sampled points as well as the points in the function `torch_cluster.fps`? I mean,...
Hi, Thanks for the amazing library. I want to use `pymanopt` with pytorch, I know that is supported but not documented yet. My question is about the compatibility with the...
Hi, Thanks for the great library. I just installed CGAL binding for python and It's working. However, I couldn't find `Heat_method_3`. Is it hiding somewhere, or simply there is no...
Hi, Thank you for the great library. Is there a way to save the current mesh not as an image saved to disk, but to return a numpy array (or...
Hi, Thanks for the great contribution and for sharing the code. I'm using HSN for segmentation (I'm using my own dataset). I had this error while doing preprocessing: ``` File...