Real time
https://github.com/C-Aniruddh/realtime_object_recognition
https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=62364
need to go
$ sudo apt-get install autoconf gettext libtool libjpeg62-dev
$ git clone https://github.com/Distrotech/v4l-utils/tree/distrotech-v4l-utils
$ cd v4l-utils
$ autoreconf -vfi
$ ./configure
$ make
$ sudo make install
$ sudo modprobe bcm2835-v4l2
$ cd cd realtime_object_recognition
sudo python real_time_object_detection.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel --source webcam
Comments
Post a Comment