Skip to content

L1 error and ssim error #24

@lkku1

Description

@lkku1

static_errors = viewspace_point_error_tensor.grad[:static_num]
static_l1_error = static_errors[static_update_filter, 1:2] / static_errors[static_update_filter, 0:1].clamp_min(1e-4)

self.xyz_ssim_error_accum[static_update_filter] += static_errors[static_update_filter, 2:3] / static_errors[static_update_filter, 0:1].clamp_min(1e-4)

Why are they calculated in this way? How are they related to L1 and SSIM

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