Official Implement of ICCV 2019 oral paper Bayesian Loss for Crowd Count Estimation with Point Supervision
Geek Repo:Geek Repo
Github PK Tool:Github PK Tool
refaine opened this issue 2 years ago · comments
Hi !
Can you tell me the meaning of code of calculating background distance : bg_dis = (st_size * self.bg_ratio) ** 2 / (min_dis + 1e-5) and what's the meaning of background_radio. Thank you very much.