Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to visualize each segmented component separately ? #52

Open
kumarabhinav04 opened this issue Dec 13, 2019 · 2 comments
Open

How to visualize each segmented component separately ? #52

kumarabhinav04 opened this issue Dec 13, 2019 · 2 comments
Labels

Comments

@kumarabhinav04
Copy link

@ranahanocka
Hi,

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

@ranahanocka
Copy link
Owner

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:

edge_colors = (r2h((15, 167, 175)), r2h((230, 81, 81)), r2h((142, 105, 252)), r2h((248, 235, 57)),
r2h((51, 159, 255)), r2h((225, 117, 231)), r2h((97, 243, 185)), r2h((161, 183, 196)))

@ranahanocka ranahanocka added the question FAQ label Dec 14, 2019
@BingZZZ
Copy link

BingZZZ commented Dec 7, 2021

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants