|
22 | 22 |
|
23 | 23 | ## [Label Export](label_export)
|
24 | 24 |
|
| 25 | +| Notebook | Github | Google Colab | Learn more | |
| 26 | +| --------------------------- | --------------------------------- | ------------ | ---------- | |
| 27 | +| Image Annotation Export | [Github](label_export/images.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/images.ipynb) | [Reference](https://docs.labelbox.com/reference/label-output) | |
| 28 | +| Text Annotation Export | [Github](label_export/text.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/text.ipynb) | [Reference](https://docs.labelbox.com/reference/label-output) | |
| 29 | +| Video Annotation Export | [Github](label_export/video.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/video.ipynb) | [Reference](https://docs.labelbox.com/reference/label-output) | |
| 30 | +------ |
| 31 | + |
| 32 | +## Model Training |
| 33 | + |
| 34 | +Train a model using data annotated on Labelbox |
| 35 | + |
25 | 36 | | Notebook | Github | Google Colab |
|
26 | 37 | | --------------------------- | --------------------------------- | ------------ |
|
27 |
| -| Image Annotation Export | [Github](label_export/images.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/images.ipynb) | |
28 |
| -| Text Annotation Export | [Github](label_export/text.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/text.ipynb) | |
29 |
| -| Video Annotation Export | [Github](label_export/video.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/label_export/video.ipynb) | |
| 38 | +| Object Detection (Detectron2) | [Github](coco_object.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/integrations/detectron2/coco_panoptic.ipynb) | |
| 39 | +| Panoptic Detection (Detectron2) | [Github](coco_panoptic.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/integrations/detectron2/coco_panoptic.ipynb) |
30 | 40 | ------
|
31 | 41 |
|
32 |
| -## [Model Assisted Labeling](model_assisted_labeling) |
| 42 | +## [Annotation Types](annotation_types) |
| 43 | + |
| 44 | +Learn more about annotation types in the [docs](https://docs.labelbox.com/docs/annotation-types-1) |
33 | 45 |
|
34 | 46 | | Notebook | Github | Google Colab |
|
35 | 47 | | --------------------------- | --------------------------------- | ------------ |
|
36 |
| -| MAL Basics | [Github](model_assisted_labeling/mal_basics.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/mal_basics.ipynb) | |
37 |
| -| Image MAL | [Github](model_assisted_labeling/image_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/image_mal.ipynb) | |
| 48 | +| Annotation Type Basics | [Github](annotation_types/basics.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/basics.ipynb) | |
| 49 | +| Converters | [Github](annotation_types/converters.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/converters.ipynb) | |
| 50 | +| Label Containers | [Github](annotation_types/label_containers.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/label_containers.ipynb) | |
| 51 | +| MAL Using Annotation Types | [Github](annotation_types/mal_using_annotation_types.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/mal_using_annotation_types.ipynb) | |
| 52 | + |
| 53 | + |
| 54 | +## [Model Assisted Labeling](model_assisted_labeling) |
| 55 | + |
| 56 | + |
| 57 | +| Notebook | Github | Google Colab | Learn more | |
| 58 | +| --------------------------- | --------------------------------- | ------------ | ---------- | |
| 59 | +| MAL Basics | [Github](model_assisted_labeling/mal_basics.ipynb) | [](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) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/image_mal.ipynb) | |
38 | 61 | | Named Entity Recognition MAL | [Github](model_assisted_labeling/ner_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/ner_mal.ipynb) |
|
39 | 62 | | Debugging MAL | [Github](model_assisted_labeling/debugging_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/debugging_mal.ipynb) |
|
40 | 63 | | MAL with Subclasses | [Github](model_assisted_labeling/mal_with_subclasses.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/mal_with_subclasses.ipynb) |
|
41 | 64 | | Tiled Imagery MAL | [Github](model_assisted_labeling/tiled_imagery_mal.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_assisted_labeling/tiled_imagery_mal.ipynb) |
|
42 |
| - |
43 | 65 | ------
|
44 | 66 |
|
45 | 67 | ## [Project Configuration](project_configuration)
|
46 | 68 |
|
47 |
| -| Notebook | Github | Google Colab | |
48 |
| -| --------------------------- | --------------------------------- | ------------ | |
49 |
| -| Project Setup | [Github](project_configuration/project_setup.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/project_setup.ipynb) | |
50 |
| -| Queue Management | [Github](project_configuration/queue_management.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/queue_management.ipynb) | |
51 |
| -| Webhooks | [Github](project_configuration/webhooks.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/webhooks.ipynb) | |
| 69 | +| Notebook | Github | Google Colab | Learn more | |
| 70 | +| --------------------------- | --------------------------------- | ------------ | ---------- | |
| 71 | +| Project Setup | [Github](project_configuration/project_setup.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/project_setup.ipynb) | [Docs](https://docs.labelbox.com/docs/project-setup) | |
| 72 | +| Queue Management | [Github](project_configuration/queue_management.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/queue_management.ipynb) | [Docs](https://docs.labelbox.com/docs/queue-customization) | |
| 73 | +| Webhooks | [Github](project_configuration/webhooks.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/project_configuration/webhooks.ipynb) | [Docs](https://docs.labelbox.com/docs/webhooks) | |
52 | 74 |
|
53 | 75 |
|
54 |
| -## [Annotation Types](annotation_types) |
55 |
| - |
56 |
| -| Notebook | Github | Google Colab | |
57 |
| -| --------------------------- | --------------------------------- | ------------ | |
58 |
| -| Annotation Type Basics | [Github](annotation_types/basics.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/basics.ipynb) | |
59 |
| -| Converters | [Github](annotation_types/converters.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/converters.ipynb) | |
60 |
| -| Label Containers | [Github](annotation_types/label_containers.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/label_containers.ipynb) | |
61 |
| -| MAL Using Annotation Types | [Github](annotation_types/mal_using_annotation_types.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/mal_using_annotation_types.ipynb) | |
62 | 76 |
|
63 | 77 | ## [Model Diagnostics](model_diagnostics)
|
64 |
| -| Notebook | Github | Google Colab | |
65 |
| -| --------------------------- | --------------------------------- | ------------ | |
66 |
| -| Model Diagnostics Guide | [Github](model_diagnostics/model_diagnostics_guide.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_diagnostics/model_diagnostics_guide.ipynb) | |
| 78 | +| Notebook | Github | Google Colab | Learn more | |
| 79 | +| --------------------------- | --------------------------------- | ------------ | ---------- | |
| 80 | +| Model Diagnostics Guide | [Github](model_diagnostics/model_diagnostics_guide.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_diagnostics/model_diagnostics_guide.ipynb) | [Docs](https://docs.labelbox.com/docs/model-diagnostics) | |
67 | 81 | | Model Diagnostics Demo | [Github](model_diagnostics/model_diagnostics_demo.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_diagnostics/model_diagnostics_demo.ipynb) |
|
| 82 | +| Custom Metrics Basics | [Github](model_diagnostics/custom_metrics_basics.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_diagnostics/custom_metrics_basics.ipynb) | [Docs](https://docs.labelbox.com/docs/model-diagnostics) | |
| 83 | +| Custom Metrics Demo | [Github](model_diagnostics/custom_metrics_demo.ipynb) | [](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/model_diagnostics/custom_metrics_demo.ipynb) | |
0 commit comments