Tensorflow ObjectDetectionAPI on Raspberry3B+, OpenCV, SSDmobile
# Install TF1.8.0
pip install tensorflow-1.8.0-cp27-none-linux_armv7l.whl
# Get model
tar -xzvf ssdlite_mobilenet_v2_coco_2018_05_09.tar.gz .
pip install opencv-python
By default, you will open the camera, display the images captured.
Modify the code:
TEST_CAM_ONLY = False
And run the Object Detection Demo.
python opencv_camera.py
Have Fun with Raspi!