Open crazyMessi opened 11 months ago
Thank you for your interest in our work. The ".pidx" files are first used by PCPNet and consist of some random point indexes of points. They are mainly used to evaluate normals of selected points, and have no impact on the training and testing of the algorithm.
Thank you for your excellent work! I am interested in understanding how your job works with custom data. I have successfully converted some ply files to the format as you have defined:
However, I am unsure about the specific meaning of .tidx. For now, I have simply assigned values from 0 to n-1(n is the count of points in .xyz or .normals). The performance of NGL was not as good as in SceneNN. Could you please explain the true meaning of .tidx or suggest any modifications to the parameters that I should consider?