draw

Description

Draws results/outputs to an image.

Deprecated since version 1.2.0: draw.image_processor is deprecated, and replaced by the nodes augment.brightness and augment.contrast.

Modules

draw.bbox

Draws bounding boxes over detected objects.

draw.blur_bbox

Blurs area bounded by bounding boxes over detected object.

draw.btm_midpoint

Draws the bottom middle point of a bounding box.

draw.group_bbox_and_tag

Draws large bounding boxes with tags, over identified groups of bounding boxes.

draw.heat_map

Superimposes a heat map over an image.

draw.instance_mask

Draws instance segmentation masks.

draw.legend

Displays selected information from preceding nodes in a legend box.

draw.mosaic_bbox

Mosaics area bounded by bounding boxes over detected object

draw.poses

Draws keypoints on a detected pose.

draw.tag

Draws a tag (from obj_attrs) above each bounding box.

draw.zones

Draws the 2D boundaries of a zone.