Hi @nywang16
I tested the trained model you provided using the code in eval_testset.py. The result of EMD is obviously different from what in your paper, while the results of F and CD are close. For example, the EMD of plane in your paper is 0.579, but it is 2.243 when I tested your provided model in eval_testset.py. Is there any difference of EMD's calculation between your paper and the code you provided?
I'm also curious about it. Have you figured it out yet?
Should the pre-trained model output the exact same result as the paper? I got totally different results.
Hi @nywang16 I tested the trained model you provided using the code in eval_testset.py. The result of EMD is obviously different from what in your paper, while the results of F and CD are close. For example, the EMD of plane in your paper is 0.579, but it is 2.243 when I tested your provided model in eval_testset.py. Is there any difference of EMD's calculation between your paper and the code you provided?