↓ 2 callersFunctionvisualize_rboxes Visualize rotated bounding boxes ARGS ax: pyplot axis rboxes: array [n_rboxes, 5] or [5], (cx, cy, w, h, theta) colors: rboxes colors
seglink/visualizations.py:81
↓ 1 callersFunctionconv2d(x, n_in, n_out, ksize, stride=1, padding='SAME',
weight_init=None, bias=True, relu=False, scope=No
seglink/ops.py:68
MethodDecodePredictionExample* @brief Decode an example
* @param match_status, int tensor data [map_h, map_w]
* @param local_pred, tensor data [map_h, map_w, rbox_dim_]
*
seglink/cpp/decode_local_rboxes_op.cc:118
MethodLocalDecode* @brief Decode a local prediction
* @param local_pred_p, tensor data [rbox_dim_], (cx, cy, w, h, theta)
* @param grid_cx, grid_cy, float
* @
seglink/cpp/decode_local_rboxes_op.cc:149