Anchor Boxes

Can someone please throw some light on equation 14.4.3. Why are we using log to compute offsets. It would be really helpful if some references can be added there. Since this part is not clear, the inverse of offset computation is also not clear

Apparently, the motivation behind formula 14.4.3 is that we will obtain more uniformly distributed offsets that are easier to fit. I want to know why the offsets will be easier to fit and how the formula leads to a more uniform distribution of the offsets. I.e, why are we tagging the logarithm in the last two tuple entries?

I don’t understand this either. Did you find a solution to this?

I think width and height of the anchor box should be hssqrt(r) and hs /sqrt(r) respectively.(Instead of ws*sqrt(r))