mmocr.utils.polys2shapely¶ mmocr.utils.polys2shapely(polygons)[源代码]¶ Convert a nested list of boundaries to a list of Polygons. 参数 polygons (list) – The point coordinates of the instance boundary. 返回 Converted shapely.Polygon. 返回类型 list