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 the segmentation network performance output ? #25

Closed
arunumd opened this issue Oct 15, 2019 · 6 comments
Closed

How to visualize the segmentation network performance output ? #25

arunumd opened this issue Oct 15, 2019 · 6 comments

Comments

@arunumd
Copy link

arunumd commented Oct 15, 2019

Hi @yanx27 first of all thank you for this helpful work. I was first following the official tensorflow repository by the original authors. But it didn't work well for me. I later moved to your repository (PyTorch implementation) and I was able to do the training process without issues. I just have one question about the visualization. I was of the assumption that the show3d_balls.py file is supposed to help us visualize the output of segmentation like the way you have shown in the README.md file. But I find that the visualization code is not complete yet. Please correct me if I am wrong. What did you do to visualize the results of training, the way you have shown in the README.md file ? Did you use any external tools ?

@neverstoplearn
Copy link

i meet the same problem have you solve it? thanks.

@arunumd
Copy link
Author

arunumd commented Oct 21, 2019

I was not able to find out a way to visualize the results using this repository. I have found a more helpful repository where you just set the model path and other essential arguments to the visualizer and visualize it. The repository I am talking about is this one here => https://github.com/fxia22/pointnet.pytorch.git

@arunumd arunumd closed this as completed Oct 21, 2019
@XGuider
Copy link

XGuider commented Nov 22, 2019

Hi, visual code was not found? Can you be more detailed?---->https://github.com/fxia22/pointnet.pytorch.git

@XGuider
Copy link

XGuider commented Nov 22, 2019

@arunumd

@BlurryLight
Copy link

@XGuider
https://github.com/fxia22/pointnet.pytorch/blob/master/utils/show_seg.py
it's not hard to follow that file and the code in this project to write a visualizer. What you need to do is to get the points pred result,namely pred_choice in code, with the eval model and draw it using the showpoints function.

def test_partseg(model, loader, catdict, num_classes = 50,forpointnet2=False):

My code is here but it still needs to be modified to work well with your code.
https://github.com/BlurryLight/Pointnet_Pointnet2_pytorch/blob/master/visualizer/show_part_seg_pointnet.py

@XGuider
Copy link

XGuider commented Nov 25, 2019 via email

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

No branches or pull requests

4 participants