Functionagnex_ct_decode(
t_heat, l_heat, b_heat, r_heat, ct_heat,
t_regr=None, l_regr=None, b_regr=None, r_regr=None,
models/heatmap/models/decode.py:134
Functionddd_decode(heat, rot, depth, dim, wh=None, reg=None, K=40)
models/heatmap/models/decode.py:436
Functiondict_of_list__to__list_of_dicts ``` x = {'foo': [3, 4, 5], 'bar': [1, 2, 3]} ppp.dict_of_list__to__list_of_dicts(x, 3) # Output: # [ # {'foo': 3, 'bar':
tu/configs.py:139
Functiondraw_boxesDraw bounding boxes and segmentation masks with different customizations. boxes: [N, (y1, x1, y2, x2, class_id)] in image coordinates. re
coco_related/visualize.py:359
Functiondraw_rois anchors: [n, (y1, x1, y2, x2)] list of anchors in image coordinates. proposals: [n, 4] the same anchors but refined to fit objects better.
coco_related/visualize.py:208
Functionexct_decode(
t_heat, l_heat, b_heat, r_heat, ct_heat,
t_regr=None, l_regr=None, b_regr=None, r_regr=None,
models/heatmap/models/decode.py:284