From 28ae5cd8ee075a0f617f7b437bdc32ad35e4069e Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 4 Dec 2024 02:11:05 +0800 Subject: [PATCH] Update object_detector.ipynb: fix a typo --- examples/customization/object_detector.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/customization/object_detector.ipynb b/examples/customization/object_detector.ipynb index 55919e34..b2628a5b 100644 --- a/examples/customization/object_detector.ipynb +++ b/examples/customization/object_detector.ipynb @@ -363,7 +363,7 @@ "source": [ "## Retrain model\n", "\n", - "Once you have completed preparing your data, you can begin retraining a model to recognize the new objects, or classes, defined by your training data. The instructions below use the data prepared in the previous section to retrain an image classification model to recognize the two types of android figurines." + "Once you have completed preparing your data, you can begin retraining a model to recognize the new objects, or classes, defined by your training data. The instructions below use the data prepared in the previous section to retrain an object detection model to recognize the two types of android figurines." ] }, {