leeyeehoo / CSRNet-pytorch

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

Where is the sobel kernel mentioned in the paper? #34

Open yoqim opened 5 years ago

yoqim commented 5 years ago

Hi~ When I read the code, I didn't find two ways(Fig.4) you mentioned in 3.1.1. And In the paper, the final output size is the same as the input, but in the code, the output is 1/8 of input.

I wonder is there any other code?