TNTWEN / OpenVINO-YOLOV4

This is implementation of YOLOv4,YOLOv4-relu,YOLOv4-tiny,YOLOv4-tiny-3l,Scaled-YOLOv4 and INT8 Quantization in OpenVINO2021.3
MIT License
239 stars 66 forks source link

how to use multiple NCS2? #49

Closed razgzy closed 3 years ago

razgzy commented 3 years ago

i want to use 2 NCS2 in 2021.3/....py, but can only use one with -d MYRIAD i wonder where should be modified in code?

TNTWEN commented 3 years ago

@everfate Sorry,i don't have more than one NCS2 to test the code. I think you could open an issue on Openvino Community to ask OpenVINO engineers for help.

razgzy commented 3 years ago

@everfate Sorry,i don't have more than one NCS2 to test the code. I think you could open an issue on Openvino Community to ask OpenVINO engineers for help.

thank you. i've found solution. https://community.intel.com/t5/Intel-Distribution-of-OpenVINO/Multiple-NSC2-working-together-on-an-inference/m-p/1217030#M21022