Functions | |
| def | get_bottom_position |
| def | kernel_inv_map |
| def | offset_inv_map |
| def | plot_according_to_point |
| def | show_boxes_simple |
| def | show_dconv_offset |
| def | show_dpsroi_offset |
| def utils.show_offset.get_bottom_position | ( | vis_attr, | |
| top_points, | |||
| all_offset | |||
| ) |
Definition at line 36 of file show_offset.py.
| def utils.show_offset.kernel_inv_map | ( | vis_attr, | |
| target_point, | |||
| map_h, | |||
| map_w | |||
| ) |
Definition at line 16 of file show_offset.py.
| def utils.show_offset.offset_inv_map | ( | source_points, | |
| offset | |||
| ) |
Definition at line 30 of file show_offset.py.
| def utils.show_offset.plot_according_to_point | ( | vis_attr, | |
| im, | |||
| source_points, | |||
| map_h, | |||
| map_w, | |||
color = [255 |
|||
| ) |
Definition at line 54 of file show_offset.py.
| def utils.show_offset.show_boxes_simple | ( | bbox, | |
color = 'r', |
|||
lw = 2 |
|||
| ) |
Definition at line 11 of file show_offset.py.
| def utils.show_offset.show_dconv_offset | ( | im, | |
| all_offset, | |||
step = [2, |
|||
filter_size = 3, |
|||
dilation = 2, |
|||
pad = 2, |
|||
plot_area = 2, |
|||
plot_level = 3 |
|||
| ) |
Definition at line 102 of file show_offset.py.
| def utils.show_offset.show_dpsroi_offset | ( | im, | |
| boxes, | |||
| offset, | |||
| classes, | |||
trans_std = 0.1 |
|||
| ) |
Definition at line 73 of file show_offset.py.