pointnet.pytorch icon indicating copy to clipboard operation
pointnet.pytorch copied to clipboard

How to visualize the results for Part Segmentation?

Open ruchaa01 opened this issue 5 years ago • 6 comments

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?

ruchaa01 avatar Aug 12 '20 21:08 ruchaa01

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

easyfcn avatar Aug 14 '20 03:08 easyfcn

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

albertotono avatar Nov 16 '20 19:11 albertotono

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.

sank96 avatar Dec 07 '20 10:12 sank96

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?

ruchaa01 avatar Feb 05 '21 16:02 ruchaa01

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.

comewei avatar Mar 23 '21 12:03 comewei

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

图片

yqmy0814 avatar Sep 28 '21 07:09 yqmy0814