COCO-Semantic-Segmentation icon indicating copy to clipboard operation
COCO-Semantic-Segmentation copied to clipboard

A COCO image and masks generator tutorial for semantic segmentation purposes.

Results 3 COCO-Semantic-Segmentation issues
Sort by recently updated
recently updated
newest added

I get the following error whenever I try to run `coco.annToMask(anns[i]):` > ValueError: Buffer has wrong number of dimensions (expected 1, got 2). All I was doing was following the...

Hi, Thank you for creating this tutorial. I'm wondering if there is a way to modify the script so that each pixel value for an object is the same. For...

2 root error(s) found. (0) UNKNOWN: Exception: input type is not supported. Traceback (most recent call last): File "/home/navneeth/anaconda3/lib/python3.9/site-packages/tensorflow/python/ops/script_ops.py", line 270, in __call__ ret = func(*args) File "/home/navneeth/anaconda3/lib/python3.9/site-packages/tensorflow/python/autograph/impl/api.py", line 642,...