mx-rcnn
mx-rcnn copied to clipboard
What's the meaning about the shape of "box_deltas": [N, 4 * num_classes]
In symdata/bbox.py, function "bbox_pred": Why "box_deltas" has the shape of [N, 4 * num_classes]? I can't understand what the "4*num_classes" represents