coco-viewer icon indicating copy to clipboard operation
coco-viewer copied to clipboard

Can't have a background annotation

Open FredericLopez opened this issue 2 years ago • 0 comments
trafficstars

It should be possible to have the first element of a segmentation RLE element to be 0 to be able to label the background but it doesn't seem to be supported. I've tried to insert an arbitrary value in the counts element and reducing the corresponding amount in the next element but it doesn't work either.

It works correctly by appending 0 to the counts element in FiftyOne :

image

FredericLopez avatar Aug 31 '23 14:08 FredericLopez