Update person_reid.py

This commit is contained in:
Maxim Evtush 2025-06-16 12:09:29 +03:00 committed by GitHub
parent 664230091e
commit f09de671be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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