intel-iot-devkit / store-traffic-monitor-cpp

Monitor three different streams of video that count people inside and outside of a facility. This application also counts product inventory.
https://software.intel.com/content/www/us/en/develop/topics/iot/reference-implementations/store-traffic-monitor.html
BSD 3-Clause "New" or "Revised" License
10 stars 7 forks source link

wrong path for model optimizer #3

Closed srinidhikasagar closed 4 years ago

srinidhikasagar commented 4 years ago

in setup.sh file - reference to the mobilenet-ssd.caffemodel is wrong. 2019 open vino refers to /opt/intel/openvino/deployment_tools/open_model_zoo/tools/downloader/public/mobilenet-ssd/mobilenet-ssd.caffemodel

Pls change accordingly.

MandipJ commented 4 years ago

@srinidhikasagar Which version of OpenVINO are you using, OpenVINO 2019 R2 or OpenvVINO 2019 R3?

srinidhikasagar commented 4 years ago

It is 2019 R3. l_openvino_toolkit_p_2019.3.376 is the one which I have downloaded.

MandipJ commented 4 years ago

As mentioned in the Readme, the application is using OpenVINO 2019 R2. So the path is correct for R2. In OpenVINO R3, path to models has been changed.