diff --git a/examples/README.md b/examples/README.md index 38452d9d5..387840707 100644 --- a/examples/README.md +++ b/examples/README.md @@ -27,40 +27,40 @@ Open In Colab - User Management - Open In Github - Open In Colab + Ontologies + Open In Github + Open In Colab Basics Open In Github Open In Colab - - Data Row Metadata - Open In Github - Open In Colab - - - Data Rows - Open In Github - Open In Colab - Quick Start Open In Github Open In Colab - Ontologies - Open In Github - Open In Colab + Data Row Metadata + Open In Github + Open In Colab Projects Open In Github Open In Colab + + Data Rows + Open In Github + Open In Colab + + + User Management + Open In Github + Open In Colab + @@ -75,16 +75,16 @@ - - Export Data - Open In Github - Open In Colab - Composite Mask Export Open In Github Open In Colab + + Export Data + Open In Github + Open In Colab + Exporting to CSV Open In Github @@ -104,6 +104,11 @@ + + Project Setup + Open In Github + Open In Colab + Queue Management Open In Github @@ -114,11 +119,6 @@ Open In Github Open In Colab - - Project Setup - Open In Github - Open In Colab - Webhooks Open In Github @@ -138,16 +138,16 @@ + + PDF + Open In Github + Open In Colab + Conversational Open In Github Open In Colab - - Conversational LLM Data Generation - Open In Github - Open In Colab - Video Open In Github @@ -163,15 +163,25 @@ Open In Github Open In Colab + + Tiled + Open In Github + Open In Colab + Image Open In Github Open In Colab - Tiled - Open In Github - Open In Colab + Conversational LLM Data Generation + Open In Github + Open In Colab + + + Conversational LLM + Open In Github + Open In Colab Audio @@ -183,16 +193,6 @@ Open In Github Open In Colab - - Conversational LLM - Open In Github - Open In Colab - - - PDF - Open In Github - Open In Colab - @@ -213,9 +213,9 @@ Open In Colab - Langchain - Open In Github - Open In Colab + Import YOLOv8 Annotations + Open In Github + Open In Colab Meta SAM @@ -228,9 +228,9 @@ Open In Colab - Import YOLOv8 Annotations - Open In Github - Open In Colab + Langchain + Open In Github + Open In Colab @@ -252,9 +252,9 @@ Open In Colab - Custom Metrics Basics - Open In Github - Open In Colab + Custom Metrics Demo + Open In Github + Open In Colab Model Slices @@ -262,9 +262,9 @@ Open In Colab - Custom Metrics Demo - Open In Github - Open In Colab + Custom Metrics Basics + Open In Github + Open In Colab @@ -281,24 +281,24 @@ - Video Predictions - Open In Github - Open In Colab + Geospatial Predictions + Open In Github + Open In Colab - Image Predictions - Open In Github - Open In Colab + HTML Predictions + Open In Github + Open In Colab - Text Predictions - Open In Github - Open In Colab + Conversational LLM Predictions + Open In Github + Open In Colab - HTML Predictions - Open In Github - Open In Colab + Image Predictions + Open In Github + Open In Colab Conversational Predictions @@ -306,14 +306,14 @@ Open In Colab - Conversational LLM Predictions - Open In Github - Open In Colab + Text Predictions + Open In Github + Open In Colab - Geospatial Predictions - Open In Github - Open In Colab + Video Predictions + Open In Github + Open In Colab PDF Predictions diff --git a/examples/prediction_upload/video_predictions.ipynb b/examples/prediction_upload/video_predictions.ipynb index 63fe579bd..1157f4441 100644 --- a/examples/prediction_upload/video_predictions.ipynb +++ b/examples/prediction_upload/video_predictions.ipynb @@ -325,7 +325,7 @@ }, { "metadata": {}, - "source": "# Create a Label object by identifying the applicable data row in Labelbox and providing a list of annotations\n\nlabels = []\nannotations_list = [\n checklist_annotation,\n radio_annotation,\n bbox_annotation,\n frame_bbox_with_checklist_subclass,\n point_annotation,\n polyline_annotation,\n global_checklist_annotation,\n global_radio_annotation,\n nested_checklist_annotation,\n nested_radio_annotation,\n text_annotation,\n]\n\nflatten_list_annotations = [\n ann for ann_sublist in annotations_list for ann in ann_sublist\n]\n\nlabels.append(\n lb_types.Label(\n data=lb_types.VideoData(global_key=global_key),\n annotations=flatten_list_annotations,\n ))", + "source": "# Create a Label object by identifying the applicable data row in Labelbox and providing a list of annotations\n\nlabels = []\nannotations_list = [\n checklist_annotation,\n radio_annotation,\n bbox_annotation,\n frame_bbox_with_checklist_subclass,\n point_annotation,\n polyline_annotation,\n global_checklist_annotation,\n global_radio_annotation,\n nested_checklist_annotation,\n nested_radio_annotation,\n text_annotation,\n]\n\nflatten_list_annotations = [\n ann for ann_sublist in annotations_list for ann in ann_sublist\n]\n\nlabels.append(\n lb_types.Label(\n data={\"global_key\": global_key},\n annotations=flatten_list_annotations,\n ))", "cell_type": "code", "outputs": [], "execution_count": null