maheshkkumar / adacrowd

AdaCrowd: Unlabeled Scene Adaptation for Crowd Counting (TMM 2021)
https://arxiv.org/abs/2010.12141
MIT License
10 stars 3 forks source link

Seems a bug here #3

Open Zhaoyi-Yan opened 2 years ago

Zhaoyi-Yan commented 2 years ago

https://github.com/maheshkkumar/adacrowd/blob/c171fdb3674908fb06d5838fcba12c90b78bdbe4/adacrowd/models/adacrowd/blocks.py#L243

gbn_params = gbn_params[:, 2 * m.num_features:]

# it should be:
gbn_params = gbn_params[:, :2 * m.num_features]
mpmmpmmmp commented 1 year ago

你好,请问你有world10数据集吗,如果有的话能否发我一份?我的邮箱是947988744@qq.com,谢谢