Skip to content

Commit 7d30260

Browse files
Merge pull request #473 from Labelbox/raphael_annotation_import_readme_update
Updated Readme and Colab Links in Tutorials
2 parents 375f009 + 94ec6ed commit 7d30260

File tree

4 files changed

+818
-739
lines changed

4 files changed

+818
-739
lines changed

examples/README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,17 @@ Learn more about annotation types in the [docs](https://docs.labelbox.com/docs/a
5151
| MAL Using Annotation Types | [Github](annotation_types/mal_using_annotation_types.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/mal_using_annotation_types.ipynb) |
5252

5353

54-
## [Model Assisted Labeling](model_assisted_labeling)
54+
## [Annotation Import](annotation_import)
5555

5656

5757
| Notebook | Github | Google Colab | Learn more |
5858
| --------------------------- | --------------------------------- | ------------ | ---------- |
59-
| MAL Basics | [Github](model_assisted_labeling/mal_basics.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/mal_basics.ipynb) | [Docs](https://docs.labelbox.com/docs/model-assisted-labeling) |
60-
| Image MAL | [Github](model_assisted_labeling/image_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/image_mal.ipynb) |
61-
| Video MAL | [Github](model_assisted_labeling/video_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/video_mal.ipynb) |
62-
| Named Entity Recognition MAL | [Github](annotation_import/ner_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/ner_mal.ipynb) |
63-
| Debugging MAL | [Github](model_assisted_labeling/debugging_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/debugging_mal.ipynb) |
64-
| MAL with Subclasses | [Github](model_assisted_labeling/mal_with_subclasses.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/mal_with_subclasses.ipynb) |
65-
| Tiled Imagery MAL | [Github](model_assisted_labeling/tiled_imagery_mal.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/tiled_imagery_mal.ipynb) |
59+
| Basics | [Github](annotation_import/basics.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/basics.ipynb) | [Docs](https://docs.labelbox.com/docs/model-assisted-labeling) |
60+
| Image Annotation Import | [Github](annotation_import/image.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/image.ipynb) |
61+
| Text Annotation Import | [Github](annotation_import/text.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/text.ipynb) |
62+
| Tiled Imagery Annotation Import | [Github](annotation_import/tiled.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/tiled.ipynb) |
63+
| Video Model-Assisted Labeling | [Github](annotation_import/video.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/video.ipynb) |
64+
| MAL with Subclasses | [Github](annotation_import/subclassifications.ipynb) | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/subclassifications.ipynb) |
6665
------
6766

6867
## [Project Configuration](project_configuration)

examples/annotation_import/basics.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"source": [
2222
"<td>\n",
23-
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/mal_basics.ipynb\" target=\"_blank\"><img\n",
23+
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/basics.ipynb\" target=\"_blank\"><img\n",
2424
"src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a>\n",
2525
"</td>\n",
2626
"\n",
2727
"<td>\n",
28-
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/develop/examples/model_assisted_labeling/mal_basics.ipynb\" target=\"_blank\"><img\n",
28+
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/develop/examples/annotation_import/basics.ipynb\" target=\"_blank\"><img\n",
2929
"src=\"https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white\" alt=\"GitHub\"></a>\n",
3030
"</td>"
3131
]
@@ -506,7 +506,7 @@
506506
"version": "3.8.8"
507507
},
508508
"colab": {
509-
"name": "mal_basics.ipynb",
509+
"name": "basics.ipynb",
510510
"provenance": [],
511511
"collapsed_sections": []
512512
}

examples/annotation_import/text.ipynb

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
},
2121
"source": [
2222
"<td>\n",
23-
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/image_mal.ipynb\" target=\"_blank\"><img\n",
23+
"<a href=\"https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_import/text.ipynb\" target=\"_blank\"><img\n",
2424
"src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"></a>\n",
2525
"</td>\n",
2626
"\n",
2727
"<td>\n",
28-
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/develop/examples/model_assisted_labeling/image_mal.ipynb\" target=\"_blank\"><img\n",
28+
"<a href=\"https://github.com/Labelbox/labelbox-python/tree/develop/examples/annotation_import/text.ipynb\" target=\"_blank\"><img\n",
2929
"src=\"https://img.shields.io/badge/GitHub-100000?logo=github&logoColor=white\" alt=\"GitHub\"></a>\n",
3030
"</td>"
3131
]
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"cell_type": "code",
102-
"execution_count": 2,
102+
"execution_count": null,
103103
"id": "01fca8c9-0680-4a9c-a11e-1b49f31e9121",
104104
"metadata": {
105105
"id": "01fca8c9-0680-4a9c-a11e-1b49f31e9121"
@@ -131,7 +131,7 @@
131131
},
132132
{
133133
"cell_type": "code",
134-
"execution_count": 3,
134+
"execution_count": null,
135135
"id": "86003724-4807-4281-95c1-5284a6f9609f",
136136
"metadata": {
137137
"id": "86003724-4807-4281-95c1-5284a6f9609f",
@@ -191,7 +191,7 @@
191191
},
192192
{
193193
"cell_type": "code",
194-
"execution_count": 4,
194+
"execution_count": null,
195195
"id": "f9f9287c-aad7-4914-bc87-1453fb8bce81",
196196
"metadata": {
197197
"id": "f9f9287c-aad7-4914-bc87-1453fb8bce81"
@@ -215,7 +215,7 @@
215215
},
216216
{
217217
"cell_type": "code",
218-
"execution_count": 5,
218+
"execution_count": null,
219219
"id": "044e9194-d21d-403e-b64c-047c1063b0fe",
220220
"metadata": {
221221
"id": "044e9194-d21d-403e-b64c-047c1063b0fe"
@@ -261,7 +261,7 @@
261261
},
262262
{
263263
"cell_type": "code",
264-
"execution_count": 6,
264+
"execution_count": null,
265265
"id": "d468b0d0-e7d8-42d9-81fd-3db7c67d7b83",
266266
"metadata": {
267267
"id": "d468b0d0-e7d8-42d9-81fd-3db7c67d7b83"
@@ -286,7 +286,7 @@
286286
},
287287
{
288288
"cell_type": "code",
289-
"execution_count": 7,
289+
"execution_count": null,
290290
"id": "e1a03976-4e50-4d10-b7ad-1a83ccc51a2a",
291291
"metadata": {
292292
"id": "e1a03976-4e50-4d10-b7ad-1a83ccc51a2a"
@@ -313,7 +313,7 @@
313313
},
314314
{
315315
"cell_type": "code",
316-
"execution_count": 8,
316+
"execution_count": null,
317317
"id": "6d72fe25-ff7e-4e0a-94cf-095e4df73da0",
318318
"metadata": {
319319
"id": "6d72fe25-ff7e-4e0a-94cf-095e4df73da0",
@@ -385,7 +385,7 @@
385385
},
386386
{
387387
"cell_type": "code",
388-
"execution_count": 9,
388+
"execution_count": null,
389389
"id": "53aaf87b-114f-4b56-a417-8c7cddc1f532",
390390
"metadata": {
391391
"id": "53aaf87b-114f-4b56-a417-8c7cddc1f532",
@@ -436,7 +436,7 @@
436436
},
437437
{
438438
"cell_type": "code",
439-
"execution_count": 10,
439+
"execution_count": null,
440440
"id": "c66672c7-33e8-4d5d-b79d-2ac76d830341",
441441
"metadata": {
442442
"id": "c66672c7-33e8-4d5d-b79d-2ac76d830341"
@@ -452,7 +452,7 @@
452452
},
453453
{
454454
"cell_type": "code",
455-
"execution_count": 11,
455+
"execution_count": null,
456456
"id": "2a8f9e5f-eeeb-4cfa-9b97-a09495a64d41",
457457
"metadata": {
458458
"id": "2a8f9e5f-eeeb-4cfa-9b97-a09495a64d41",
@@ -509,7 +509,7 @@
509509
},
510510
{
511511
"cell_type": "code",
512-
"execution_count": 12,
512+
"execution_count": null,
513513
"id": "e8d4e99b-ad7e-48b9-8073-afb764d7c5b4",
514514
"metadata": {
515515
"id": "e8d4e99b-ad7e-48b9-8073-afb764d7c5b4",
@@ -605,7 +605,7 @@
605605
},
606606
{
607607
"cell_type": "code",
608-
"execution_count": 13,
608+
"execution_count": null,
609609
"id": "e937ea0a-8beb-4dbc-974b-0316f0b980a5",
610610
"metadata": {
611611
"id": "e937ea0a-8beb-4dbc-974b-0316f0b980a5"
@@ -621,7 +621,7 @@
621621
},
622622
{
623623
"cell_type": "code",
624-
"execution_count": 14,
624+
"execution_count": null,
625625
"id": "3669b646-2d41-4c98-9e5b-f8ef3ce82f35",
626626
"metadata": {
627627
"id": "3669b646-2d41-4c98-9e5b-f8ef3ce82f35",
@@ -670,7 +670,7 @@
670670
"version": "3.8.8"
671671
},
672672
"colab": {
673-
"name": "text_mal.ipynb",
673+
"name": "text.ipynb",
674674
"provenance": [],
675675
"collapsed_sections": []
676676
}

0 commit comments

Comments
 (0)