hunterjm / hassio-addons

Control your Xbox One from your Home Assistant device.
MIT License
55 stars 50 forks source link

Hass.io is not starting with tensorflow enabled #48

Open MTrab opened 5 years ago

MTrab commented 5 years ago

I'm on .94.4 Home Assistant (as hass.io) I'm trying to integrate tensorflow, but when starting after using this add-on with the following config, Home Assistant just hangs - no errors in log related to tensorflow. As soon as I remove tensorflow from config, and restart, Home Assistant starts as supposed.

image_processing:
  - platform: tensorflow
    source:
      - entity_id: camera.frontdoor
      - entity_id: camera.hall
    file_out:
      - "/tmp/{{ camera_entity.split('.')[1] }}_latest.jpg"
      - "/tmp/{{ camera_entity.split('.')[1] }}_{{ now().strftime('%Y%m%d_%H%M%S') }}.jpg"
    model:
      graph: /config/tensorflow/model/frozen_inference_graph.pb
      categories:
        - category: person

Any ideas?

rabeliyo commented 4 years ago

Me too!!! you fix it?? I don't know what to try anymore

iRanduMi commented 4 years ago

Same issue with others experiencing the same thing. https://community.home-assistant.io/t/tensorflow-on-hassio/95255/84?u=irandumi

jlallen75 commented 4 years ago

Home Assistant won't start after running the installer and setting up a basic yaml config. Base OS is Ubuntu 1804