people-counter-cpp
people-counter-cpp copied to clipboard
Create a smart video application using the Intel Distribution of OpenVINO toolkit. The toolkit uses models and inference to run single-class object detection.
HI,all * Thanks for your project providing a effective way to link the [paho.mqtt.c](https://github.com/eclipse/paho.mqtt.c) in my project with cmake. * But when I use it in my project, I got...
At the beginning `README.md` file there is a line: ``` This reference implementation is also available in Python. ``` The link in this line is broken.
CMakeFiles/cmTC_22551.dir/build.make:97: recipe for target 'cmTC_22551' failed make[1]: *** [cmTC_22551] Error 1 make[1]: Leaving directory '/home/shivaji/Desktop/people-counter-master/ieservice/build/CMakeFiles/CMakeTmp' Makefile:126: recipe for target 'cmTC_22551/fast' failed make: *** [cmTC_22551/fast] Error 2
./obj_recognition -i Pedestrain_Detect_2_1_1.mp4 -m /opt/intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-retail-0012/FP16/person-detection-retail-0012.xml -l /opt/intel/computer_vision_sdk/deployment_tools/intel_models/person-detection-retail-0012/FP16/person-detection-retail-0012.bin -d GPU -t SSD -thresh 0.7 0 2>/dev/null | ffmpeg -v warning -f rawvideo -pixel_format bgr24 -video_size 544x320 -i - http://localhost:8090/fac.ffm Output file...
Using CV SDK include path /opt/intel//computer_vision_sdk_2018.5.445/deployment_tools/inference_engine -- CMAKE_BUILD_TYPE not defined, 'Release' will be used -- /etc/*-release distrib: Ubuntu 16.04 CMake Error at CMakeLists.txt:149 (include): include could not find load file:...
Could anybody help me out with this  
follow the instructions but when install MQTT with 'sudo make install' it fails. on Intel(R) Core(TM) i5-6400 desktop with ubuntu16.04.5, kernel is 4.4.0-134-generic install -m 644 doc/man/man1/paho_c_pub.1 /usr/local/share/man/man1 install -m...
In People-counter demo, I am not able to see visual. In object detection, there is not option to pass input as a camera. Only path of video can be passed....