mrakotosaon / pointcleannet

http://www.lix.polytechnique.fr/Labo/Marie-Julie.RAKOTOSAONA/pointcleannet.html
246 stars 39 forks source link

The current Outlier Removal only runs on clean dataset #6

Closed aniqueakhtar closed 4 years ago

aniqueakhtar commented 4 years ago

The current code provided to evaluate the PointCleanNet runs on the validationset.txt files. The same is the case with training. The training is happening on the clean dataset. All of them are already clean. To evaluate, the PointCleanNet should run on files that have outliers. Not sure which outlier you are using for your pre-trained model. "outliers_uniform" or "outliers_gaussian"

mrakotosaon commented 4 years ago

Hi @aniqueakhtar,

aniqueakhtar commented 4 years ago

I believe it all makes sense to me now. Only the evaluation is happening on the clean set. The training has a different validationset.txt in the different folder that it runs through. Thank you!