We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248419a commit c9d7590Copy full SHA for c9d7590
examples/annotation_import/image.ipynb
@@ -810,13 +810,6 @@
810
" ]\n",
811
")\n",
812
"\n",
813
- "# Create urls to mask data for upload\n",
814
- "def signing_function(obj_bytes: bytes) -> str:\n",
815
- " url = client.upload_data(content=obj_bytes, sign=True)\n",
816
- " return url\n",
817
- "\n",
818
- "label.add_url_to_masks(signing_function)\n",
819
820
"# Convert our label from a Labelbox class object to the underlying NDJSON format required for upload \n",
821
"label_ndjson = list(NDJsonConverter.serialize([label]))"
822
],
0 commit comments