Object detection
Difference of regress losses in Both fast rcnn and faster rcnn
- fast rcnn. The bounding box regression is based on the region proposal (obtained from selective search)
- faster rcnn. The bounding box regression is based on anchor boxes (all the ground truth is also transformed based on anchor boxes)
Comments
Post a Comment