sshaoshuai / Pointnet2.PyTorch

A faster implementation of PointNet++ based on PyTorch.
MIT License
469 stars 107 forks source link

test model #29

Open Lizhinwafu opened 3 years ago

Lizhinwafu commented 3 years ago

Part segmentation: how to test the model with unlabeled data? I test with unmarked data and can't get the predicted point cloud output.

D-King1201 commented 2 years ago

Have you solved this problem? I have the same problem as you. I don't have the test code. If you solve it, can you share the code?