Souhaib Attaiki

Results 13 comments of Souhaib Attaiki

Hi @wlcosta Sorry, I don't remember I solved it, and I just saw the response of @Eisorak today :sweat_smile:

Hi, In the segmentation scenario, the network outputs a feature per edge to predict the class of the edge. Is there a way to aggregate these feature to produce a...

thank you for noticing, issue fixed!

Hi @rusty1s yes, indeed!

Hi @rusty1s ! I have a question! in the file `fps.py`, you imported `torch`, and you used the function `torch.ops.torch_cluster.fps`, but I can't find this function in the pytorch repo,...

Hi @rusty1s Concerning the first point chosen (either randomly, or the first point in the data), what should be the radius for the latter? We can either choose to not...

Hi @sloriot Thanks for you response. Do you plan to support it in the near future?

Hi @akaszynski , Thanks for the detailed response. However, I'm not interested in saving the vertices and and faces of the mesh but rather the rendering. In fact, I want...

Hi @akaszynski , Thank you for the clear response. So If I understand correctly, it is always necessary to show the image `pl.show` before getting the array. In fact, I...

Hi @akaszynski ! Thank you for your quick and detailed response. However, when I try your solution in a python interactive shell, it works well, but when I use in...