From 90edb958c34c79e4717e8281c3a887be1db4fe16 Mon Sep 17 00:00:00 2001 From: touchhowling <devsaransujan@gmail.com> Date: Sun, 11 Aug 2024 16:39:18 +0530 Subject: [PATCH] Updated the interpreter --- .../beagley/ai/demos/beagley-ai-object-detection-tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/beagley/ai/demos/beagley-ai-object-detection-tutorial.rst b/boards/beagley/ai/demos/beagley-ai-object-detection-tutorial.rst index 23c1b033..2bc8d777 100644 --- a/boards/beagley/ai/demos/beagley-ai-object-detection-tutorial.rst +++ b/boards/beagley/ai/demos/beagley-ai-object-detection-tutorial.rst @@ -178,7 +178,7 @@ Paste the following code into the file: # Load labels and interpreter labels = load_labels(labelmap_path) - interpreter = load_interpreter(Interpreter(model_path)) + interpreter = Interpreter(model_path=model_path) interpreter.allocate_tensors() # Get model details -- GitLab