|
29 | 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 | 30 | ------
|
31 | 31 |
|
| 32 | +## Model Training |
| 33 | + |
| 34 | +Train a model using data annotated on Labelbox |
| 35 | + |
| 36 | +| Notebook | Github | Google Colab | |
| 37 | +| --------------------------- | --------------------------------- | ------------ | |
| 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) |
| 40 | +------ |
| 41 | + |
| 42 | +## [Annotation Types](annotation_types) |
| 43 | + |
| 44 | +Learn more about annotation types in the [docs](https://docs.labelbox.com/docs/annotation-types-1) |
| 45 | + |
| 46 | +| Notebook | Github | Google Colab | |
| 47 | +| --------------------------- | --------------------------------- | ------------ | |
| 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 | + |
32 | 54 | ## [Model Assisted Labeling](model_assisted_labeling)
|
33 | 55 |
|
| 56 | + |
34 | 57 | | Notebook | Github | Google Colab | Learn more |
|
35 | 58 | | --------------------------- | --------------------------------- | ------------ | ---------- |
|
36 | 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) |
|
|
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)
|
|
51 | 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 | 78 | | Notebook | Github | Google Colab | Learn more |
|
|
0 commit comments