Convert masks from the form of polygons to bitmaps. Args: polygons (list[ndarray]): masks in polygon representation height (int): mask height width (int): mask width Return: ndarray: the converted masks in bitmap representation
(polygons, height, width)
source not stored for this graph (policy: none)
no test coverage detected