I can\'t seem to grasp the intuition for the formulas used in yolo to get the bounding box\'s width and height:
bw = pw * exp(tw)
bh = ph * exp(th)
wher