ethanhe42 / softer-NMS

Bounding Box Regression with Uncertainty for Accurate Object Detection (CVPR'19)

Home Page:https://github.com/ethanhe42/KL-Loss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x1y1x2y2 Coordinates only in FasterRCNN head?

LandyGuo opened this issue · comments

In softer-nms paper:

simply training with x1, y1, x2, y2 coordinates instead of the standard x, y, w, h coordinates improves the AP by 0.7%

My question is: Are x1,y1,x2,y2 coordinates used only in FasterRCNN head or both FasterRCNN and RPN heads ? The paper does not make it clear.
Hoping for your timely response:)