The 1st Occluded Video Instance Segmentation (OVIS) Challenge in conjunction with ICCV 2021 Forum

Go back to competition Back to thread list Post in this thread

> Segmentation mask is encrypted string.

Unlike annotation format of segmentation in Youtube-VIS, which is RLE counts in number, this counts in segmentation annotation is string. Is this encrypted or I got wrong data downloaded?

Posted by: kapendragon @ June 9, 2021, 5:29 a.m.

To load the segmentation annotations, please refer to the annToMask function in https://github.com/youtubevos/cocoapi/blob/master/PythonAPI/pycocotools/mask.py .
The segmentation annotations in OVIS are in the compressed RLE format, which have been compressed by the maskUtils.frPyObjects function. These segmentation annotations can be directly loaded by the annToMask function.

Posted by: qjy @ June 15, 2021, 7:47 a.m.
Post in this thread