Open3D vs PyG #561
Replies: 2 comments
-
I finally found time to clean up my code and explain why I asked earlier. I work with 2D and 3D data (Open3D natively only knows 3D), but the bigger problem is that my application requires periodic boundary conditions (pbc). And it just happens that I have such an extension to the PyG Let me know if any of that is of interest, and if so, I can further clean up and RP. |
Beta Was this translation helpful? Give feedback.
-
This is really interesting, thanks @arturtoshev ! This would make an excellent PR. We currently rely on Open3d for processing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a particular reason against using the PyTorch Geometric
radius
over Open3DFixedRadiusSearch
?Beta Was this translation helpful? Give feedback.
All reactions