I knew that, in the house price logistical regression problem, the weights and features represent the "importance" of factor or coefficients of feature variables respectively, then minimize LSR loss can get the value of coefficients, and question are:
- How does CNN doing bounding box regression?
I actually did a lot of googling to find an intuitive explanation, but no luck.
- What do features and weights represent for in BBR?
I think it couldn't be $T$, $L$, $W$, and $H$ because these absolute values will vary a lot due to distance/scale and perspective difference,but the ratio of $\frac{W}{H}$ is a reasonable feature (for me to understand) due to it is a relative value.