charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.76k stars 1.45k forks source link

How to use batch inference file to get inference from my own labeled data? #211

Closed morimkb closed 4 years ago

morimkb commented 4 years ago

Hello,

I have segmented a scene file and it is saved as a .txt file and structured like this: XYZRGBL I would like to get inference from this file and see the model results. I know that I have to change some paths and I have done that, but still the batch_inference.py is using other utils that they use other data paths for annotations and preparation of normalized .npy files. I guess this process is so complicated for just getting a simple inference from a trained model. Is there any way to make this process simpler or has anyone made a file for it?

morimkb commented 4 years ago

I have found how to do it, so I close the issue.

Tojens commented 4 years ago

I am having the same issue. Could you tell me what you did to get it to work?

Best regards, Tobias