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

The code about updating regression head and agents? #8

Open ludongping2024 opened 9 months ago

ludongping2024 commented 9 months ago

Hi, In the paper, the DACount learning updates regression head by minimizing L and updates agents by minimizing LA, but in the code i can't see the related parts. It only updates the entire counting model by minimizing total loss in the code.