MeshCNN icon indicating copy to clipboard operation
MeshCNN copied to clipboard

How to visualize each segmented component separately ?

Open kumarabhinav04 opened this issue 6 years ago • 2 comments

@ranahanocka Hi,

Once we segment the object, how can we view each segmented component independently ?

kumarabhinav04 avatar Dec 13 '19 07:12 kumarabhinav04

Hi @kumarabhinav04 ,

Did you run the viewer scripts? For example, you can read an explanation in this issue.

If you wanted to only view only segment, you could modify the mesh_viewer.py. I suppose you can set the colors to be all the same except the segment you care about. E.g, here:

https://github.com/ranahanocka/MeshCNN/blob/29c30a4d6dee123cacbb662e3f5666420c0e94c5/util/mesh_viewer.py#L10-L11

ranahanocka avatar Dec 14 '19 20:12 ranahanocka

@ranahanocka Hi, Thank you for your explanation. But I found in the paper segmentation of each part is not transparent. And in your view script these parts are overlapped with each other. How can we avoid those overlapping? image image

BingZZZ avatar Dec 07 '21 21:12 BingZZZ