ZhihengCV / Bayesian-Crowd-Counting

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

What's the meaning of background_radio?

refaine opened this issue · 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.