deepstream-python icon indicating copy to clipboard operation
deepstream-python copied to clipboard

OSNET reid is not working

Open BerkantOdevci opened this issue 1 year ago • 1 comments

Hello,

I changed the pipeline as it works in jetson Nano. I integrated yolov7-tiny model and osnet_x1_0_msmt17 both trt and onnx file. However, when i run the code with reid_pipeline function, it detected person with 1 id. when The person get out of camera view and after a few seconds, the person get in camera view, the id changed. What should i do? When i examined the repo, I found that reid_search.py is under the scripts file. should i add the python file to main code in order to assign wrong id as the code is running?

BerkantOdevci avatar Feb 23 '24 21:02 BerkantOdevci