LoraLinH / Semi-supervised-Crowd-Counting-via-Density-Agency

Official Implement of ACM MM 2022 paper 'Semi supervised Crowd Counting via Density Agency'
20 stars 5 forks source link

How to change the ratio? #1

Open swzhang5 opened 1 year ago

swzhang5 commented 1 year ago

Hi, thanks for sharing. I just wanna know how to change the ratio of labeled images?

LoraLinH commented 1 year ago

I split the dataset by labeled ratios of 5%, 10% and 40%. These are popular benchmarks in semi-supervised crowd counting. You can change the ratio and the dataset setting by '--info ucf-5' / '--info ucf-10' which name can be referred to the 'label_list' directory.