hi,
So I have done training with a good results.I did not use any C++ preprocessing for the dataset but I preprocessed the dataset using some tools my self. Now, for prediction, I want to feed let's say 1 scene which has let's assume: NPOINTS and I get the prediction with the same size of NPOINTS in the same order so I can just save the input data with the predicted labels and get the original file but with the new labels.
Any idea how to do that?
predict.py always generates NPOINTS =8192 all the time!