crowdcount-mcnn icon indicating copy to clipboard operation
crowdcount-mcnn copied to clipboard

ht_1/4 I don't understand why resize image to this size?

Open wangyuanyuan0 opened this issue 7 years ago • 1 comments

den = cv2.resize(ht_1,wd_1) den = den*((htwd)/(ht_1wd_1)) And i couldn't understand what is this meaning?

wangyuanyuan0 avatar Jan 02 '19 03:01 wangyuanyuan0

That's probably because it's using two times of max-pooling layer. That's why it needs to resize the sample to its 1/4 size.

Avalon7 avatar Jan 13 '19 15:01 Avalon7