Created on 20/10/2019
Functions
run_length_to_mask([mask_rle, shape])
run_length_to_mask
Decode rle encoded mask.
mask_to_run_length(img)
mask_to_run_length
Convert mask to rle.
Notes