ITADN

Evaluation metrics scaling

#37Openbhack 创建于 2024-10-16
B
bhackcommented
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 https://github.com/hustvl/ViTMatte/blob/a70fcb3a2f786e1331f13748b42089c1e395f62d/evaluation.py#L28
0 条评论