Show-han / PET-Reconstruction

Official PyTorch implementation of "Contrastive Diffusion Model with Auxiliary Guidance for Coarse-to-Fine PET Reconstruction" (MICCAI 2023)
Apache License 2.0
44 stars 10 forks source link

about the average indicator value #7

Closed Koid217 closed 8 months ago

Koid217 commented 9 months ago

Great job. I have a small question. I used the checkpoint you gave and calculated the indicators in inference. I found that the average value of psnr was 30.32, ssim was 0.93, and nmse was 0.034. They are different from the values in the paper. What is wrong with me?

wyhlovecpp commented 9 months ago

Maybe you only use the inference.py to eval metric. It‘s just a reference. This file "our_paper_metric.py" will help you.