However I get this error message. What am I doing wrong?
inflating: protobuf/include/google/protobuf/source_context.proto [text]
creating: protobuf/bin/
inflating: protobuf/bin/protoc [binary]
inflating: protobuf/readme.txt [text]
mv: cannot move ‘protobuf/bin’ to ‘/tmp/tensorflow-models/research’: No such file or directory
./tensorflow_setup.sh: 15: cd: can’t cd to /tmp/tensorflow-models/research/
./tensorflow_setup.sh: 16: ./tensorflow_setup.sh: ./bin/protoc: not found
mv: cannot stat ‘object_detection/data’: No such file or directory
mv: cannot stat ‘object_detection/utils’: No such file or directory
mv: cannot stat ‘object_detection/protos’: No such file or directory
Setup according to your guide. When I do I manuakl scan of a picture which has a person and some cars in it I get nothing. Also I see no bump in cpu usage. The the tensorflow entities says state 0 and I have set file output but no files are generated. I do think that the person and cars ought to be detected.
How do I debug? I get no error messages what so ever.
Do I need to set anything in the config area of the hassio tensorflow addon?
In the instructions i am using a live camera entity so the picture is taken when you run the scan. If you have the picture already you have to setup the local file camera entity and scan with that entity.
Redid everything and now it seems to work! Is there some easy way of figuring out how to set the area one wants? Some editor or something to get the correct values?
I’m getting this error message I’m guessing it has to do with me running HASSIO in VM on VirtualBox and not passing playing nice with GPUs
tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use FMA instructions, but these aren’t available on your machine.
Any thoughts on if I could run Tensorflow on another machine, but get the same integration with Home Assistant as if it was running on the same machine?
My initial thought would be probably not.
At that point you’d probably do something where Tensorflow is stand alone - and you send MQTT messages or something similar to Home Assistant.
There are a few projects on here that are doing this - search the shared projects if you haven’t already to learn more.
Yes, I think there are instructions on Tensorflow website on running it in different environments. I think doing a VM would follow the standard installation process .
This is the issue I am now running into, any thoughts?
2019-05-03 14:47:52.712687: F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use FMA instructions, but these aren’t available on your machine.