store-traffic-monitor-python
store-traffic-monitor-python copied to clipboard
Monitor three different streams of video that count people inside and outside of a facility. This application also counts product inventory.
replaced ./store-traffic-monitor.py with python3 store-traffic-monitor.py in README
I get this error when I run the executable: Initializing plugin for CPU device... Reading IR... ./store-traffic-monitor.py:321: DeprecationWarning: from_ir() method of IENetwork is deprecated. Please use IENetwork class constructor to...
jeet@ubuntu:~/store-traffic-monitor-python$ ./store-traffic-monitor.py -lp true -m resources/mobilenet-ssd.xml -l resources/labels.txt -e /opt/intel/computer_vision_sdk/deployment_tools/inference_engine/lib/ubuntu_16.04/intel64/libcpu_extension_avx2.so [] Traceback (most recent call last): File "./store-traffic-monitor.py", line 538, in sys.exit(main() or 0) File "./store-traffic-monitor.py", line 315, in main...