implementation of over segmentation algorithms ? #2715
QuanticDisaster
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thanks for the pointers! You are right that current PyG lacks some more examples regarding point cloud processing and segmentation in particular. We might wanna add those models (or related ones) to the library in the near future. If you are interested in contributing, please feel free to reach out :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was looking for over-segmentation algorithms on 3D points clouds, and while I encountered a few papers about it, finding an implementation in popular libraries seems quite hard. Specifically, I was thinking about segmentation algorithms respecting objects and geometry so that a region doesn't cross on two soon-to-be classified objects to use in semantic segmentation field. Examples of the papers I encountered :
https://arxiv.org/pdf/1702.04114.pdf : Graph Based Over-Segmentation Methods for 3D PointClouds
https://arxiv.org/pdf/1711.09869.pdf : Large-scale Point Cloud Semantic Segmentation with Superpoint Graphs
I was wondering if pytorch was planning to add such features or if I missed a library/function doing that. The goal would be to smooth or average predictions on per-points segmentation
Beta Was this translation helpful? Give feedback.
All reactions