Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

How to get the pre result in part_seg

Open lllmmmwww opened this issue 3 years ago • 4 comments

Hi!I have one question.How to get the forecast result of part_seg? This result contains all the input points and their label, not just the sampling points.Look forward to your reply!

lllmmmwww avatar Apr 27 '21 00:04 lllmmmwww

Hi @lllmmmwww , this protocol follows the that in official PointNet. Actually, we just give the class category of each object, but we want to predict its per-point's category.

yanx27 avatar Apr 28 '21 04:04 yanx27

I have trained my own model now, but it is labeled in the test, but I need help on how to predict my unlabeled data. Have you finished?

mypy98 avatar Dec 24 '21 03:12 mypy98

HI @yanx27, show3d_balls.py can only display test data. but all of them are labeled. Can it have the function of prediction labels to display prediction results?.

mypy98 avatar Dec 27 '21 08:12 mypy98

I have trained my own model now, but it is labeled in the test, but I need help on how to predict my unlabeled data. Have you finished?

Hello, I have the same problem as you. Have you solved it? Looking forward to your reply

7Julytree avatar Nov 21 '22 03:11 7Julytree