people-counter-cpp icon indicating copy to clipboard operation
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.

Results 8 people-counter-cpp issues
Sort by recently updated
recently updated
newest added
trafficstars

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 ![image](https://user-images.githubusercontent.com/10086516/49793220-b035cd00-fd5a-11e8-93d8-ada351bdae06.png) ![image](https://user-images.githubusercontent.com/10086516/49793229-b461ea80-fd5a-11e8-9c07-bca6768e9675.png)

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....