เวอร์ชันสาขาที่ถูกต้องของ Open Model Zoo (OMZ) และชุดเครื่องมือ OpenVINO™ เพื่อเรียกใช้งานการสาธิต Python* แบบหลายเป้าหมายของกล้องหลายตัว
- การสาธิต Ran Multi Camera Multi Target Python* พร้อมไฟล์วิดีโอทดสอบบน Ubuntu* 20.04 ที่มีคําสั่งต่อไปนี้:
$ python3.9 multi_camera_multi_target_tracking_demo.py -i ./test_video/test1.mp4 ./test_video/test1.mp4 --m_detector intel/person-detection-retail-0013.xml --m_reid intel/person-reidentification-retail-0277.xml
- พบข้อผิดพลาดต่อไปนี้:
RuntimeError: Check 'false' failed at src/inference/src/core.cpp:100: [ NETWORK_NOT_READ ] Unable to read the model: intel/person-detection-retail-0013.xml Please check that model format: xml is supported and the model is correct. Available frontends: paddle pytorch tflite tf ir onnx
- โคลน สาขาเฉพาะสําหรับ OMZ ตามเวอร์ชัน OpenVINO™ ของคุณ
git clone --depth 1 -b 2022.3.0 https://github.com/openvinotoolkit/open_model_zoo.git
- ดาวน์โหลด แต่ละรุ่นโดยใช้คําสั่งต่อไปนี้:
omz_downloader --name person-detection-retail-0013
omz_downloader --name person-reidentification-retail-0277