leeyeehoo / CSRNet-pytorch

CSRNet: Dilated Convolutional Neural Networks for Understanding the Highly Congested Scenes
642 stars 259 forks source link

About MAE, MSE calculation #15

Open dongzelian opened 5 years ago

dongzelian commented 5 years ago

Hello, thank you for releasing the pytorch code. I want to ask a question about the calculation of MAE and MSE. When calculating the MAE and MSE, the ground-truth is the integration of target density map. However, the integration of target density map is lower than the number of ground-truth crowd due to the loss of the edge when generating the target density map. How to solve the problem?