Draw masks on the image and their edges on the axes. Args: ax (matplotlib.Axes): The input axes. img (ndarray): The image with the shape of (3, h, w). masks (ndarray): The masks with the shape of (n, h, w). color (ndarray): The colors for each masks with the shap
(ax, img, masks, color=None, with_edge=True, alpha=0.8)
source not stored for this graph (policy: none)
no test coverage detected