Functions | |
| def | vis_bboxes (img, bboxes, labels, font_scale=0.8, thickness=1, font_face=cv2.FONT_HERSHEY_SIMPLEX, text_color=(255, 255, 255), max_label_num=1024) |
| def | voc_colormap (nlabels) |
| def node_scripts.deep_sort.vis_bboxes.vis_bboxes | ( | img, | |
| bboxes, | |||
| labels, | |||
font_scale = 0.8, |
|||
thickness = 1, |
|||
font_face = cv2.FONT_HERSHEY_SIMPLEX, |
|||
text_color = (255, 255, 255), |
|||
max_label_num = 1024 |
|||
| ) |
Visualize bounding boxes inside image.
Definition at line 26 of file vis_bboxes.py.
| def node_scripts.deep_sort.vis_bboxes.voc_colormap | ( | nlabels | ) |
Definition at line 5 of file vis_bboxes.py.