对Faster R-CNN的理解(3)

2.2 边框回归

边框回归使用下面的几个公式:

对Faster R-CNN的理解(3)

 

xywh是预测值,带a的是anchor的xywh,带*的是GT Box的xywh,可以看作是anchor经过一定的变换回归到附近的GT Box.

上一篇:Windows10 +TensorFlow+Faster Rcnn环境配置


下一篇:Mask RCNN论文详解