BingHan0458 / PU-GACNet

PU-GACNet
14 stars 1 forks source link

Evaluation code #2

Open leduo1 opened 1 year ago

leduo1 commented 1 year ago

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.

BingHan0458 commented 1 year ago

You can try to run python evaluate.py. If it doesn't work, please contact me again, thank you.

leduo1 commented 1 year ago

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 image image

BingHan0458 commented 1 year ago

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.

leduo1 commented 1 year ago

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

BingHan0458 commented 1 year ago

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.

leduo1 commented 1 year ago

Thank you very much! The problem is solved.