CenterNet2 icon indicating copy to clipboard operation
CenterNet2 copied to clipboard

why regression target need divide per level stride?

Open 2anchao opened this issue 2 years ago • 1 comments

📚 Documentation

  • Links to the relevant documentation/comment: reg_targets[l] = reg_targets[l] / float(self.strides[l])

2anchao avatar Oct 11 '21 09:10 2anchao

This follows FCOS. I haven't checked if this is necessary.

xingyizhou avatar Nov 30 '21 00:11 xingyizhou