Open ruchaa01 opened 4 years ago
I meet the same problem.If you can solve the problem,please tell me.Thanks.
Did you guys try the show_seg.py
in utils? @ruchaa01 and @easyfcn ?
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.
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?
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.
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
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?