Young

Results 4 issues of Young

你好,我想问下关于各个数据集生成ground truth的问题,我看了下你的代码,除了SHA外,其他的数据集生成方式相同,都是用的sigma=4的高斯核,这个sigma值的选取有技巧吗,为什么都是4,在CSRNet论文中处理SHB用的是sigma=15,这个没有影响吗?

hi, will you update the code to Visualize offsets?

How many epochs did you use to train the models? Did you train the different models using different epochs? I read your paper. You said, the learning rate is decreased...

Hi, 请问可以解释一下为什么Conv2D中: weights_scale = math.sqrt(reduce(lambda x, y: x * y, shape) / self.output_channels), 这个weights_scale的作用和它为什么这么计算吗?