Skip to content

Commit 0d8a885

Browse files
committed
Fix typo in sensor data loading tutorial
- "oder" -> "order"
1 parent 51aa856 commit 0d8a885

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorials/sensor_data_loading_and_manipulation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ plot_three_images_with_bbox(tx_scene, "Three images from a normalized, downsampl
673673

674674

675675

676-
**⚠️ Caveat about transform oder ⚠️**
676+
**⚠️ Caveat about transform order ⚠️**
677677
One caveat about composing transforms is that for some transforms, *order matters*. For example, when you crop a scene, the image masks are pre-computed as part of the transformation. If you normalize the scene after cropping, your images and bounding boxes won't match as expected. This is expected behavior. We are working on solutions to configure this behavior in an upcoming release.
678678

679679
Here we show an example where we crop the scene, which caches image masks, and then normalize the scene. Note how the plotted bounding boxes don't align with the image mask.

notebooks/sensor_data_loading_and_manipulation.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@
947947
"id": "c61c1e98",
948948
"metadata": {},
949949
"source": [
950-
"**⚠️ Caveat about transform oder ⚠️**\n",
950+
"**⚠️ Caveat about transform order ⚠️**\n",
951951
"One caveat about composing transforms is that for some transforms, *order matters*. For example, when you crop a scene, the image masks are pre-computed as part of the transformation. If you normalize the scene after cropping, your images and bounding boxes won't match as expected. This is expected behavior. We are working on solutions to configure this behavior in an upcoming release.\n",
952952
"\n",
953953
"Here we show an example where we crop the scene, which caches image masks, and then normalize the scene. Note how the plotted bounding boxes don't align with the image mask."

0 commit comments

Comments
 (0)