From 99c605dd8a98acae994628b9d8ba2abebccf48d9 Mon Sep 17 00:00:00 2001 From: Rahul Lashkari Date: Mon, 21 Apr 2025 17:04:21 +0530 Subject: [PATCH] fix(notebook): correct typo in onnx_model_example.ipynb --- notebooks/onnx_model_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/onnx_model_example.ipynb b/notebooks/onnx_model_example.ipynb index ca49c3571..cd35d3b23 100644 --- a/notebooks/onnx_model_example.ipynb +++ b/notebooks/onnx_model_example.ipynb @@ -364,7 +364,7 @@ "id": "7708ead6", "metadata": {}, "source": [ - "To use the ONNX model, the image must first be pre-processed using the SAM image encoder. This is a heavier weight process best performed on GPU. SamPredictor can be used as normal, then `.get_image_embedding()` will retreive the intermediate features." + "To use the ONNX model, the image must first be pre-processed using the SAM image encoder. This is a heavier weight process best performed on GPU. SamPredictor can be used as normal, then `.get_image_embedding()` will retrieve the intermediate features." ] }, {