mrakotosaon / pointcleannet

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

How Can I check the result for noise removal? #2

Closed ChaoTangTyson closed 4 years ago

ChaoTangTyson commented 4 years ago

And If I want to use my own model to denoise with your noise removal model, how can I do that? I didnt find where you input the data of gelera and where is your output. can you tell me about that ?

mrakotosaon commented 4 years ago

Hi @ChaoTangTyson , the input and output data paths are specified by the "indir" and "outdir" options of the file "eval_pcpnet.py" in the "outliers_removal" directory. By default, they are set to: "data/pointCleanNetOutliersTestSet" and "results" directories respectively. The list of the shapes you want to process should be specified in the "validationset.txt" file in the input data directory.