dk-liang / TransCrowd

[SCIS] TransCrowd: Weakly-Supervised Crowd Counting with Transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We should not crop the images in weakly-supervised counting.

BorisChen1998 opened this issue · comments

In weakly-supervised counting, only the global crowd numbers are available. If you crop one image into several patches, there will be more supervision information, and the comparison may be unfair due to different number of patches.
I wonder the performance with only the global ground truth number of each image.
Thanks!