openvinotoolkit / open_model_zoo

Pre-trained Deep Learning models and demos (high quality and extremely fast)
https://docs.openvino.ai/latest/model_zoo.html
Apache License 2.0
4.07k stars 1.36k forks source link

Error in running "multi_camera_multi_target_tracking_demo.py" #3809

Closed zhuo-yoyowz closed 1 year ago

zhuo-yoyowz commented 1 year ago

I ran into this error when running "demos/multi_camera_multi_target_tracking_demo.py" using command python multi_camera_multi_target_tracking_demo.py -i video/video1.mp4 video/video2.mp4 --m_detector intel/person-detection-retail-0013/FP16/person-detection-retail-0013.xml --m_reid intel/person-reidentification-retail-0277/FP16/person-reidentification-retail-0277.xml --config configs/person.py

image

I used: openvino 2023.0.0 openvino-dev 2023.0.0 numpy 1.23.4 scikit-learn 1.2.2 scipy 1.10.0 Python 3.10.9

Could you help with the issue? Thanks!

Wovchena commented 1 year ago

For now you can use a workaround from https://github.com/openvinotoolkit/open_model_zoo/issues/3715

Duplicate