You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: