FeatureNet
FeatureNet copied to clipboard
Decomposition and Segmentation
Hi,
First of all, great work & thanks for sharing your source code.
I was going through the code & i noticed there are files missing from overlapping folder which I believe does the decomposition and overlapping for a cad model with multiple features. I tried connected component labelling from scikit-image library but could decompose the voxelized models. I may be missing some steps.
Can you please guide me towards the correct way for decomposition and segmentation?
@zibozzb I would like to try this on my model too. I really need these files for decomposition and segmentation. Please upload them. Thanks. Someone asked about this before but already close the issue #2
@opensourcer2 I figured it out but forgot to mention here.
You can actually use scikit-image or scipy for connected component labelling and watershed algorithms from scikit-image (as rightly mentioned in the paper). You just have to play with the parameters a bit.
@opensourcer2 I figured it out but forgot to mention here.
You can actually use scikit-image or scipy for connected component labelling and watershed algorithms from scikit-image (as rightly mentioned in the paper). You just have to play with the parameters a bit.
Ok. Thanks. I will give it a try.