ml6team / deepstream-python

NVIDIA Deepstream 6.1 Python boilerplate
MIT License
130 stars 36 forks source link

OSNET reid is not working #22

Open BerkantOdevci opened 6 months ago

BerkantOdevci commented 6 months ago

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?