S-DCNet icon indicating copy to clipboard operation
S-DCNet copied to clipboard

Why your error rate is higher than original paper?

Open deryaguler95 opened this issue 4 years ago • 4 comments

I checked your density map. And they are so different from original. Is this reason that error rate is higher the original paper?

deryaguler95 avatar Oct 14 '21 08:10 deryaguler95

The exact algorithm for density map generation is not present in the original repos. I followed the procedure described in the MCNN paper (CVPR 2016). Values of some of the parameters are not given in the paper, so I have chosen them in such a way that my density maps look more or less similar to the xhp ones. Of course, a different algorithm can be used (see here, for example). It's hard to say exactly why I got higher error rates than reported in the original paper, but it's likely because of the limited training time that was available for me. Longer training time should yield lower error rates.

dmburd avatar Oct 17 '21 20:10 dmburd

The epoch is 1000. I think it is not a reason for higher error rate. But I do not know :) May be the main point is density map generation.

deryaguler95 avatar Oct 18 '21 07:10 deryaguler95

Are you planning to reproduce the density map generation used in the official repo?

dmburd avatar Oct 19 '21 09:10 dmburd

Yes I am. I work on these topic. I think main point is density map generation. How did you find optimum parameters for this project?

deryaguler95 avatar Oct 20 '21 06:10 deryaguler95