intel-iot-devkit / concurrent-video-analytic-pipeline-optimization-sample-l

Create a concurrent video analysis pipeline featuring multistream face and human pose detection, vehicle attribute detection, and the ability to encode multiple videos to local storage in a single stream.
https://software.intel.com/content/www/us/en/develop/topics/iot/reference-implementations/concurrent-video-analytic-pipeline-optimization.html
Other
51 stars 14 forks source link

Fix model downloading scripts #5

Closed elainewangprc closed 4 years ago

elainewangprc commented 4 years ago

Add "sudo" to the command line of downloading models IR files in case Openvino is installed to /opt/intel

Also correct the error message of downloading model failure

Signed-off-by: Elaine Wang elaine.wang@intel.com