Skip to content

There is a gap in metrics between the trained and pretrained models. #3

@czc2000

Description

@czc2000

I tried to train on the n3d dataset, and although the render results are very good, the metrics are a bit off compared to the trained model, for example in the coffee_martini scene my average psnr is only 28.13 while the trained model reaches 28.73, and there are similar losses of performance in the other scenes.
Two results are attached here, the first is the trained coffee-martini and the second is my trained coffee-martini.
I used the default settings for training and I'm thinking about what is not set right, can you help me?

{
 "SSIM": 0.918133020401001,
 "SKSSIM": 0.9115921258926392,
 "SKSSIM2": 0.950756311416626,
 "PSNR": 28.728668212890625,
 "LPIPS": 0.07040495425462723,
 "LPIPSVGG": 0.15612900257110596,
 "times": 0.026875119656324387
}
{
 "SSIM": 0.9155685305595398,
 "SKSSIM": 0.9085630178451538,
 "SKSSIM2": 0.9487462639808655,
 "PSNR": 28.13457679748535,
 "LPIPS": 0.07727879285812378,
 "LPIPSVGG": 0.1607026904821396,
 "times": 0.026210365816950798
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions