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

Class BitmapMasks

mmdet/core/mask/structures.py:193–545  ·  view source on GitHub ↗

This class represents masks in the form of bitmaps. Args: masks (ndarray): ndarray of masks in shape (N, H, W), where N is the number of objects. height (int): height of masks width (int): width of masks Example: >>> from mmdet.core.mask.structur

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

_copy_pasteMethod · 0.90
_load_masksMethod · 0.90
_demo_mm_inputsFunction · 0.90
test_bitmap_mask_initFunction · 0.90
test_bitmap_mask_rescaleFunction · 0.90
test_bitmap_mask_resizeFunction · 0.90
test_bitmap_mask_flipFunction · 0.90
test_bitmap_mask_padFunction · 0.90
test_bitmap_mask_cropFunction · 0.90

Calls

no outgoing calls

Tested by 15

_demo_mm_inputsFunction · 0.72
test_bitmap_mask_initFunction · 0.72
test_bitmap_mask_rescaleFunction · 0.72
test_bitmap_mask_resizeFunction · 0.72
test_bitmap_mask_flipFunction · 0.72
test_bitmap_mask_padFunction · 0.72
test_bitmap_mask_cropFunction · 0.72
test_bitmap_mask_expandFunction · 0.72
test_bitmap_mask_areaFunction · 0.72