fxia22 / pointnet.pytorch

pytorch implementation for "PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation" https://arxiv.org/abs/1612.00593
MIT License
2.14k stars 632 forks source link

How to visualize the results for Part Segmentation? #74

Open ruchaa01 opened 4 years ago

ruchaa01 commented 4 years ago

I was able to train the network for part segmentation using your script. But I was stuck on knowing how to visualize the results for test on instance segmentation. Could you please help me with it?

easyfcn commented 4 years ago

I meet the same problem.If you can solve the problem,please tell me.Thanks.

albertotono commented 3 years ago

Did you guys try the show_seg.py in utils? @ruchaa01 and @easyfcn ?

sank96 commented 3 years ago

Did you guys try the show_seg.py in utils? @ruchaa01 and @easyfcn ?

I tried, but some parameters are required but no docs about the parameters are provided.

ruchaa01 commented 3 years ago

Did you guys try the show_seg.py in utils? @ruchaa01 and @easyfcn ?

Hi @albertotono @mett96 and @easyfcn , Were you able to visualize the results?

comewei commented 3 years ago

hello,guys.I use the win10,but I can't use Download and build visualization tool —— build.sh. so sad,can you help me? thanks.

yqmy0814 commented 3 years ago

You can run the show_seg.py like this(use your own path)

python show_seg.py --model ~/p++/pointnet.pytorch/utils/seg/seg_model_Chair_24.pth --dataset ~/p++/pointnet.pytorch/shapenetcore_partanno_segmentation_benchmark_v0/ --class_choice 'Chair' --idx 1

图片