You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Image Annotation Export |[Github](label_export/images.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/images.ipynb)|[Reference](https://docs.labelbox.com/reference/label-output)|
29
-
| Text Annotation Export |[Github](label_export/text.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/text.ipynb)|[Reference](https://docs.labelbox.com/reference/label-output)|
30
-
| Video Annotation Export |[Github](label_export/video.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/video.ipynb)|[Reference](https://docs.labelbox.com/reference/label-output)|
| Image Annotation Export |[Github](label_export/images.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/images.ipynb)|
29
+
| Text Annotation Export |[Github](label_export/text.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/text.ipynb)|
30
+
| Video Annotation Export |[Github](label_export/video.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/label_export/video.ipynb)|
| Image Annotation Import |[Github](annotation_import/image.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/image.ipynb)|
49
-
| Text Annotation Import |[Github](annotation_import/text.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/text.ipynb)|
50
-
| Tiled Imagery Annotation Import |[Github](annotation_import/tiled.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/tiled.ipynb)|
51
-
| Video Model-Assisted Labeling |[Github](annotation_import/video.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/video.ipynb)|
52
-
| PDF Annotation Import |[Github](annotation_import/pdf.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/pdf.ipynb)|
49
+
| Image Annotation Import |[Github](annotation_import/image.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/image.ipynb)|[Docs](https://docs.labelbox.com/reference/import-image-annotations)|
50
+
| Text Annotation Import |[Github](annotation_import/text.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/text.ipynb)|[Docs](https://docs.labelbox.com/reference/import-text-annotations)|
51
+
| Tiled Imagery Annotation Import |[Github](annotation_import/tiled.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/tiled.ipynb)|[Docs](https://docs.labelbox.com/reference/import-geospatial-annotations)|
52
+
| Video Annotation Import |[Github](annotation_import/video.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/video.ipynb)|[Docs](https://docs.labelbox.com/reference/import-video-annotations)|
53
+
| PDF Annotation Import |[Github](annotation_import/pdf.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/pdf.ipynb)|[Docs](https://docs.labelbox.com/reference/import-document-annotations)|
54
+
| Audio Annotation Import |[Github](annotation_import/audio.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/audio.ipynb)|[Docs](https://docs.labelbox.com/reference/import-audio-annotations)|
55
+
| HTML Annotation Import |[Github](annotation_import/html.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/html.ipynb)|[Docs](https://docs.labelbox.com/reference/import-html-annotations)|
56
+
| DICOM Annotation Import |[Github](annotation_import/dicom.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/dicom.ipynb)|[Docs](https://docs.labelbox.com/reference/import-dicom-annotations)|
57
+
| Conversational Text Annotation Import |[Github](annotation_import/conversational.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/annotation_import/conversational.ipynb)|[Docs](https://docs.labelbox.com/reference/import-conversational-text-annotations)|
| Project Setup |[Github](project_configuration/project_setup.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/project_setup.ipynb)|[Docs](https://docs.labelbox.com/docs/project-setup)|
60
-
| Queue Management |[Github](project_configuration/queue_management.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/queue_management.ipynb)|[Docs](https://docs.labelbox.com/docs/queue-customization)|
61
-
| Webhooks |[Github](project_configuration/webhooks.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/webhooks.ipynb)|[Docs](https://docs.labelbox.com/docs/webhooks)|
| Project Setup |[Github](project_configuration/project_setup.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/project_setup.ipynb)|
65
+
| Queue Management |[Github](project_configuration/queue_management.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/queue_management.ipynb)|
66
+
| Webhooks |[Github](project_configuration/webhooks.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/project_configuration/webhooks.ipynb)|
62
67
63
68
64
69
## [Prediction Upload to a Model Run](prediction_upload)
| Image Prediction upload |[Github](prediction_upload/image_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/image_predictions.ipynb)|[Docs](https://docs.labelbox.com/docs/upload-model_predictions)|
70
-
| Text Prediction upload |[Github](prediction_upload/text_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/text_predictions.ipynb)|[Docs](https://docs.labelbox.com/docs/upload-model_predictions)|
71
-
74
+
| Image Prediction upload |[Github](prediction_upload/image_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/image_predictions.ipynb)|[Docs](https://docs.labelbox.com/reference/upload-image-predictions)|
75
+
| Text Prediction upload |[Github](prediction_upload/text_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/text_predictions.ipynb)|[Docs](https://docs.labelbox.com/reference/upload-text-predictions)|
76
+
| Video Prediction upload |[Github](prediction_upload/video_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/video_predictions.ipynb)|[Docs](https://docs.labelbox.com/reference/upload-video-predictions)|
77
+
| HTML Prediction upload |[Github](prediction_upload/html_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/html_predictions.ipynb)|[Docs](https://docs.labelbox.com/reference/upload-html-predictions)|
78
+
| PDF Prediction upload |[Github](prediction_upload/pdf_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/pdf_predictions.ipynb)|
79
+
| Geospatial Prediction upload |[Github](prediction_upload/geospatial_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/geospatial_predictions.ipynb)|[Docs](https://docs.labelbox.com/reference/upload-geospatial-predictions)|
80
+
| Conversational Text Prediction upload |[Github](prediction_upload/conversational_predictions.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/prediction_upload/conversational_predictions.ipynb)|
| Model Diagnostics Guide |[Github](model_diagnostics/model_diagnostics_guide.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/model_diagnostics_guide.ipynb)|[Docs](https://docs.labelbox.com/docs/model-diagnostics)|
79
-
| Model Diagnostics Demo |[Github](model_diagnostics/model_diagnostics_demo.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/model_diagnostics_demo.ipynb)|
80
-
| Custom Metrics Basics |[Github](model_diagnostics/custom_metrics_basics.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/custom_metrics_basics.ipynb)|[Docs](https://docs.labelbox.com/docs/model-diagnostics)|
81
-
| Custom Metrics Demo |[Github](model_diagnostics/custom_metrics_demo.ipynb)|[](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/master/examples/model_diagnostics/custom_metrics_demo.ipynb)|
0 commit comments