Hi guys,
this has been touched upon in another thread but I start a new thread because I think that this issue has a future for BI. The BI motion sensor is as good as it gets with conventional methods but many of us get false alarms from tree shadows moving in the wind etc, etc.
Google has released some neural network models for image recognition, that can be trained to look for cars, people, dogs, - in principle anything. They have also released a development tool called "Tensorflow". The most interesting models are "Inception v3" and "Mobilenet". Using Tensorflow, the models can be trained to look for almost anything you can think of. You need to install Python and then Tensorflow. I have got it running and it seems to be fast enough to be useful for BI.
There are instructions for a simple setup here:
TensorFlow For Poets
And an example of the capability here:
I have no idea how one could interface to BI.
If others are thinking along the same line, then pls give your thoughts so we can see if we can find a way through. There is a lot happening in this field right now.
this has been touched upon in another thread but I start a new thread because I think that this issue has a future for BI. The BI motion sensor is as good as it gets with conventional methods but many of us get false alarms from tree shadows moving in the wind etc, etc.
Google has released some neural network models for image recognition, that can be trained to look for cars, people, dogs, - in principle anything. They have also released a development tool called "Tensorflow". The most interesting models are "Inception v3" and "Mobilenet". Using Tensorflow, the models can be trained to look for almost anything you can think of. You need to install Python and then Tensorflow. I have got it running and it seems to be fast enough to be useful for BI.
There are instructions for a simple setup here:
TensorFlow For Poets
And an example of the capability here:
I have no idea how one could interface to BI.
If others are thinking along the same line, then pls give your thoughts so we can see if we can find a way through. There is a lot happening in this field right now.