Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hass.io is not starting with tensorflow enabled #48

Open
MTrab opened this issue Jun 27, 2019 · 3 comments
Open

Hass.io is not starting with tensorflow enabled #48

MTrab opened this issue Jun 27, 2019 · 3 comments

Comments

@MTrab
Copy link

MTrab commented Jun 27, 2019

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
Copy link

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

@iRanduMi
Copy link

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

@jlallen75
Copy link

jlallen75 commented Aug 29, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants