Closed legendary111 closed 1 year ago
root@2fcaf328f96d:/opt/intel/openvino_2022.1.0.643/test/demos/multi_camera_multi_target_tracking_demo/python# python3 multi_camera_multi_target_tracking_demo.py -i car-detection.avi car-detection-output.avi --m_segmentation intel/instance-segmentation-security-0091/FP16/instance-segmentation-security-0091.xml --m_reid public/vehicle-reid-0001/FP16/vehicle-reid-0001.xml --no_show --output_video ./car-detection-multi.avi
[ DEBUG ] Reading config from /opt/intel/openvino_2022.1.0.643/test/demos/multi_camera_multi_target_tracking_demo/python/configs/person.py
[ INFO ] OpenVINO Runtime
[ INFO ] build: 2022.1.0-7019-cdb9bec7210-releases/2022/1
[ INFO ] Reading Instance Segmentation model intel/instance-segmentation-security-0091/FP16/instance-segmentation-security-0091.xml
[ INFO ] The Instance Segmentation model intel/instance-segmentation-security-0091/FP16/instance-segmentation-security-0091.xml is loaded to CPU
[ INFO ] Reading Object Reidentification model public/vehicle-reid-0001/FP16/vehicle-reid-0001.xml
[ INFO ] The Object Reidentification model public/vehicle-reid-0001/FP16/vehicle-reid-0001.xml is loaded to CPU
Traceback (most recent call last):
File "multi_camera_multi_target_tracking_demo.py", line 284, in
did you ever get this working?
l want to run the demo about multi camera and the all models are in the model.lst , but it borns wrong. Where is the problem?