concepts.language.gpt_vlm_query.gpt_image_query_utils.draw_masks# draw_masks(img, masks, alpha=0.5, contour_width=2, mode='mask+bbox', resize_to_max_dim=0)[source]# Draw masks on the image with the specified color and alpha value. Parameters: img (ndarray) masks (List[ndarray]) alpha (float) contour_width (int) mode (str) resize_to_max_dim (int) Return type: ndarray