guochengqian/PointNeXt

How can I check .obj file after testing?

KISEOKJUNG opened this issue · 1 comments

I ran examples in OpenPoints. but only log file is generated after testing, I want to check ground truth, differences and prediction results like PointNet.
please let me know the .obj files path and should I change the code in cfg to save the .obj file?
Result visualization file is only generated in S3DIS example?
I am beginner, please let me know in detail.

From the documentation:

  • add visualize=True to save segmentation results as .obj files

Is there any chance you could provide your data from after it has been segmented by various of the segmentation methods such as updated PointNet++. PointNext, ect? I am hoping to compare how point cloud segmentation effects later navigation, but have been unable to get it running to make the predictions myself. I am also beginner and have been struggling to get this to run.