CommissarMa / Context-Aware_Crowd_Counting-pytorch

The implementation of Context-Aware Crowd Counting(CVPR2019)
MIT License
68 stars 23 forks source link

About MSE #16

Open lucyandjason opened 5 years ago

lucyandjason commented 5 years ago

Hello, I would like to ask if this code can calculate MSE. It seems that only MAE is calculated in test and train.

Becmamba commented 5 years ago

I think this code calculates MSE beacuse it uses MSELoss instead of L1Loss which calculates MAE.