From f09de671be7aa1496ba3566e814f0d82aeed416a Mon Sep 17 00:00:00 2001 From: Maxim Evtush <154841002+maximevtush@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:09:29 +0300 Subject: [PATCH] Update person_reid.py --- samples/dnn/person_reid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dnn/person_reid.py b/samples/dnn/person_reid.py index 08f04faa52..8c08d69d33 100644 --- a/samples/dnn/person_reid.py +++ b/samples/dnn/person_reid.py @@ -86,7 +86,7 @@ def extract_feature(img_dir, model_path, batch_size = 32, resize_h = 384, resize def run_net(inputs, model_path, backend=cv.dnn.DNN_BACKEND_OPENCV, target=cv.dnn.DNN_TARGET_CPU): """ - Forword propagation for a batch of images. + Forward propagation for a batch of images. :param inputs: input batch of images :param model_path: path to ReID model :param backend: name of computation backend