All Projects → robmarkcole → Hass Google Coral

robmarkcole / Hass Google Coral

Licence: mit
RETIRED - instead use https://github.com/robmarkcole/HASS-Deepstack-object

Projects that are alternatives of or similar to Hass Google Coral

Tensorflow Lite Rest Server
Expose tensorflow-lite models via a rest API
Stars: ✭ 43 (+168.75%)
Mutual labels:  home-assistant, jupyter-notebook, image-processing
Gwu data mining
Materials for GWU DNSC 6279 and DNSC 6290.
Stars: ✭ 217 (+1256.25%)
Mutual labels:  jupyter-notebook, image-processing
Ipyplot
IPyPlot is a small python package offering fast and efficient plotting of images inside Python Notebooks. It's using IPython with HTML for faster, richer and more interactive way of displaying big numbers of images.
Stars: ✭ 152 (+850%)
Mutual labels:  jupyter-notebook, image-processing
Zoom Learn Zoom
computational zoom from raw sensor data
Stars: ✭ 224 (+1300%)
Mutual labels:  jupyter-notebook, image-processing
Nvidia Gpu Tensor Core Accelerator Pytorch Opencv
A complete machine vision container that includes Jupyter notebooks with built-in code hinting, Anaconda, CUDA-X, TensorRT inference accelerator for Tensor cores, CuPy (GPU drop in replacement for Numpy), PyTorch, TF2, Tensorboard, and OpenCV for accelerated workloads on NVIDIA Tensor cores and GPUs.
Stars: ✭ 110 (+587.5%)
Mutual labels:  jupyter-notebook, image-processing
Imageprocessing
MicaSense RedEdge and Altum image processing tutorials
Stars: ✭ 139 (+768.75%)
Mutual labels:  jupyter-notebook, image-processing
Gasyori100knock
image processing codes to understand algorithm
Stars: ✭ 1,988 (+12325%)
Mutual labels:  jupyter-notebook, image-processing
Motion Ai
AI assisted motion detection for Home Assistant
Stars: ✭ 169 (+956.25%)
Mutual labels:  home-assistant, jupyter-notebook
Hass Data Detective
Explore and analyse your Home Assistant data
Stars: ✭ 109 (+581.25%)
Mutual labels:  home-assistant, jupyter-notebook
Hass Deepstack Face
Home Assistant custom component for using Deepstack face recognition
Stars: ✭ 101 (+531.25%)
Mutual labels:  home-assistant, jupyter-notebook
Self Driving Car
A End to End CNN Model which predicts the steering wheel angle based on the video/image
Stars: ✭ 106 (+562.5%)
Mutual labels:  jupyter-notebook, image-processing
Hidt
Official repository for the paper "High-Resolution Daytime Translation Without Domain Labels" (CVPR2020, Oral)
Stars: ✭ 513 (+3106.25%)
Mutual labels:  jupyter-notebook, image-processing
Boxdetection
A Box detection algorithm for any image containing boxes.
Stars: ✭ 104 (+550%)
Mutual labels:  jupyter-notebook, image-processing
Starnet
StarNet
Stars: ✭ 141 (+781.25%)
Mutual labels:  jupyter-notebook, image-processing
Coursera Specializations
Solutions to assignments of Coursera Specializations - Deep learning, Machine learning, Algorithms & Data Structures, Image Processing and Python For Everybody
Stars: ✭ 72 (+350%)
Mutual labels:  jupyter-notebook, image-processing
Multiclass Semantic Segmentation Camvid
Tensorflow 2 implementation of complete pipeline for multiclass image semantic segmentation using UNet, SegNet and FCN32 architectures on Cambridge-driving Labeled Video Database (CamVid) dataset.
Stars: ✭ 67 (+318.75%)
Mutual labels:  jupyter-notebook, image-processing
Computervision Recipes
Best Practices, code samples, and documentation for Computer Vision.
Stars: ✭ 8,214 (+51237.5%)
Mutual labels:  jupyter-notebook, image-processing
One Pixel Attack Keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
Stars: ✭ 1,097 (+6756.25%)
Mutual labels:  jupyter-notebook, image-processing
Hass Amazon Rekognition
Home Assistant Object detection with Amazon Rekognition
Stars: ✭ 68 (+325%)
Mutual labels:  home-assistant, jupyter-notebook
Pythonfromspace
Python Examples for Remote Sensing
Stars: ✭ 344 (+2050%)
Mutual labels:  jupyter-notebook, image-processing

HASS-Google-Coral

Local network image processing using the Google Coral USB accelerator stick exposed via a Flask app -> requires coral-pi-rest-server. The accelerator stick and Home Assistant can be running on different computers as communcation is via the RESTful edndpoints that the Flask app exposes. This code adds an image processing entity in Home Assistant whch has a state that is the number of target objects identified in a camera image, e.g an image with 2 people in it will have the state 2. It will be necessary to experiment with the confidence threshold (a percentage, %) that objects are identified at.

Place the custom_components folder in your configuration directory (or add its contents to an existing custom_components folder). In your configuration.yaml add:

image_processing:
  - platform: google_coral
    ip_address: 192.168.1.107 # the ip of the machine running the flask app
    port: 5000
    confidence: 25 # default 80
    target_object: car # default person
    source:
      - entity_id: camera.local_file
        name: google_coral_car

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].