MCPcopy Create free account
hub / github.com/VincentHancoder/SSGD / PolygonMasks

Class PolygonMasks

mmdet/core/mask/structures.py:548–1055  ·  view source on GitHub ↗

This class represents masks in the form of polygons. Polygons is a list of three levels. The first level of the list corresponds to objects, the second level to the polys that compose the object, the third level to the poly coordinates Args: masks (list[list[ndarray]]): The

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_load_masksMethod · 0.90
test_polygon_mask_initFunction · 0.90
test_polygon_mask_resizeFunction · 0.90
test_polygon_mask_flipFunction · 0.90
test_polygon_mask_cropFunction · 0.90
test_polygon_mask_padFunction · 0.90
test_polygon_mask_expandFunction · 0.90
test_polygon_mask_areaFunction · 0.90

Calls

no outgoing calls

Tested by 15

test_polygon_mask_initFunction · 0.72
test_polygon_mask_resizeFunction · 0.72
test_polygon_mask_flipFunction · 0.72
test_polygon_mask_cropFunction · 0.72
test_polygon_mask_padFunction · 0.72
test_polygon_mask_expandFunction · 0.72
test_polygon_mask_areaFunction · 0.72
test_polygon_to_tensorFunction · 0.72