junxnone / tio

Log
Other
10 stars 5 forks source link

Object/Crowd Counting - Metrics #848

Open junxnone opened 4 years ago

junxnone commented 4 years ago

Reference

Brief

Different metrics

Var Name Description
N number of test image
image Predict result
image Ground truth
m splitted non-overlapping patches
Name 公式 Description
MAE - Mean Absolute Error image
MSE - Mean Square Error image
RMSE - Root MSE image
GAME - Grid Average Mean Absolute Error image - 考虑 location information, predict 在相应区域的计为 TP
- image 分割为 4^Lpatch grid
MPAE - Mean Pixel-level Absolute Error image
PMAE - Patch Mean Absolute Error image - m non-overlapping patch
PMSE - Patch Mean Squared Error image - m non-overlapping patch
junxnone commented 4 years ago

845