Skip to content

Commit 0b19391

Browse files
authored
Merge pull request #152 from Labelbox/edit_mask_ndjson
Generalize color RGB value
2 parents 9d37d5a + 464e218 commit 0b19391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/model_assisted_labeling/image_mal.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
" },\n",
347347
" \"mask\": {\n",
348348
" \"instanceURI\": url,\n",
349-
" \"colorRGB\": [255, 0, 0]\n",
349+
" \"colorRGB\": color\n",
350350
" }\n",
351351
" }\n",
352352
" return result\n",
@@ -553,4 +553,4 @@
553553
},
554554
"nbformat": 4,
555555
"nbformat_minor": 5
556-
}
556+
}

0 commit comments

Comments
 (0)