TencentYoutuResearch / CrowdCounting-SASNet

Official implementation in PyTorch of SASNet as described in "To Choose or to Fuse? Scale Selection for Crowd Counting"
Other
81 stars 16 forks source link

There may be a difference about "Confence Head" between Code and paper #14

Open CarpeDiemly opened 2 years ago

CarpeDiemly commented 2 years ago

In paper, there are two conv3 in Confidence Head, but according to your project code, I find there are two conv1 in Confidence Head(line 111 to 134 of the CrowdCounting-SASNet/model.py file)

Cbiubiu commented 1 year ago

In paper, there are two conv3 in Confidence Head, but according to your project code, I find there are two conv1 in Confidence Head(line 111 to 134 of the CrowdCounting-SASNet/model.py file)

I also found this problem, there should be a mistake in the code.