appinho / SAPiObjectDetection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAPiObjectDetection

Portable and demonstrative Food recognizer & Object Detection system on Raspberry Pi 3

Overview

Minimal requirements:

  • Supply -> Powerbank
  • OS -> Raspbian
  • Output -> LCD 3.5 inch screen
  • Input -> Pi Camera
  • Software -> Nanonet?, PyImageSearch?

How to do

OS

  1. Download Raspbian Desktop and unzip it
  2. Flash SD Card
fdisk -l # (for me: /dev/mmcblk0)
cd Downloads
sudo dd bs=4M if=2018-11-13-raspbian-stretch-full.img of=/YOUR/SDCARD conv=fsyncsudo fdisk -l /dev/mmcblk0
  1. Plug SD Card into Raspberry Pi 3, boot it up and run:
sudo apt-get update
sudo apt-get upgrade

Input

Output

Software

Goal

Label: Buddha Bowl

Other Sources

ROS

About


Languages

Language:Python 100.0%