Skip to content

Commit f71ca8c

Browse files
author
Matt Sokoloff
committed
notebook updates
1 parent 96325bc commit f71ca8c

File tree

2 files changed

+62
-190
lines changed

2 files changed

+62
-190
lines changed

examples/annotation_types/label_containers.ipynb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"source": [
88
"# Label Containers\n",
99
"* There are two high level containers for labels\n",
10-
" 1. LabelList\n",
11-
" 2. LabelGenerator\n",
10+
" 1. [`LabelList`](#LabelList)\n",
11+
" 2. [`LabelGenerator`](#LabelGenerator)\n",
1212
"* Tools that are built to convert between formats, help with etl, and model training all will operate on these containers\n",
1313
"* Make sure to read basics. Explanations are not repeated here"
1414
]
@@ -91,8 +91,9 @@
9191
"id": "cubic-burlington",
9292
"metadata": {},
9393
"source": [
94-
"#### Helper Functions\n",
95-
"* See basics for details on this"
94+
"### Helper Functions\n",
95+
"* The following functions are explained in the [basics notebooks](https://colab.research.google.com/github/Labelbox/labelbox-python/blob/develop/examples/annotation_types/basics.ipynb)\n",
96+
"* Please skip to the [LabelList](#LabelList) section to continue with this tutorial"
9697
]
9798
},
9899
{
@@ -255,7 +256,7 @@
255256
"# LabelList\n",
256257
"* This object is essentially a list of Labels with a set of helpful utilties\n",
257258
"* This object is simple and fast at the expense of memory\n",
258-
" * Larger datasets shouldn't use label list ( or at least will require more ram ).\n",
259+
" * Larger datasets shouldn't use label list ( or at least will require more memory ).\n",
259260
"* Why use label list over just a list of labels?\n",
260261
" * Multithreaded utilities (faster)\n",
261262
" * Compatible with converter functions (functions useful for translating between formats, etl, and training )"

examples/label_export/images.ipynb

Lines changed: 56 additions & 185 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)