Open leduo1 opened 2 years ago
You can try to run python evaluate.py
.
If it doesn't work, please contact me again, thank you.
Thank you very much for your reply, but I encountered some errors when running evaluate.py,Below is the error screenshot, I would like to ask if you have encountered similar problems, thank you
I think it may be that there is a problem with the installation of the pointnet package, which causes the tensorflow to report an error. Maybe nndistance
in the pointnet package is repeated.
Thank you for your reply. This problem has been solved successfully, but in the evaluation result, there is only a CD、HD distance, and P2F displays 0
You can try to run test_pu1k_allmodels.sh
and there should be a series of ".distance" files to help us calculate the P2F distance.
If it doesn't work, please contact me again, thank you.
Thank you very much! The problem is solved.
Hello, thanks for sharing your code,I ran the evaluation code according to the steps you said, and the results are the average distance, minimum distance, and maximum distance from point to surface. Can you tell me what should I do if I want to obtain the CD, HD, and P2F distances mentioned in the paper? Thanks.