Skip to content

Evaluation metrics scaling #37

Description

@bhack

From the paper:

To evaluate our approach, we use four commonly used
metrics: Sum of Absolute Differences (SAD), Mean Square
Error (MSE), Gradient loss (Grad), and Connectivity loss
(Conn). Lower values of these metrics indicate higher qual-
ity of alpha mattes. Note that we scale the value of MSE to
1e-3 for ease of reading.

But in the implementation I see instead only the SAD scaled

return loss / 1000, np.sum(trimap == 128) / 1000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions