Peter Lord

Results 21 comments of Peter Lord

I rolled back to 0.81.0 (by restoring from backup).

Thanks. Looks like the upstream has been fixed ... do we need a new plugin release to pick it up ?

I don't see the level of details in HA compared with the Bright app, but also I'm seeing that the DCC is often a day or so behind. I guess...

I'm seeing calling the api from a script reflects the usage displayed by the app. eg - ``` #!/bin/sh username="xxxx" password="xxxx" applicationId="b0f1b774-a586-4f72-9edd-27ead8aa7a8d" # expiry seems to be about 2 years...

> Did you see example directory? Yes ... but I didn't see an "object detection" example - ie returns bounding box(s) from an image as well as label(s). **label_image**, for...

> What about ssd ? Ah, good point, thanks. I didn't look at that since its a web cam example. I can see if I can convert it to single...

Just realiased that the opencv gocv.OpenVideoCapture() will also read a file. So ssd example can be used something like : ``` go run main.go --camera image.1541392117.MP4 ``` Output needs to...

Sure. So testing a slightly modified ssd I sometimes see - ``` $ bash -x run.sh + export CGO_CFLAGS=-I/home/plord/src/tensorflow/tensorflow_src + CGO_CFLAGS=-I/home/plord/src/tensorflow/tensorflow_src + export CGO_LDFLAGS=-L/home/plord/src/tensorflow/tflite_build + CGO_LDFLAGS=-L/home/plord/src/tensorflow/tflite_build + export LD_LIBRARY_PATH=:/home/plord/src/tensorflow/tflite_build +...

Without core dump, a further run gave - ``` $ bash -x run.sh + export CGO_CFLAGS=-I/home/plord/src/tensorflow/tensorflow_src + CGO_CFLAGS=-I/home/plord/src/tensorflow/tensorflow_src + export CGO_LDFLAGS=-L/home/plord/src/tensorflow/tflite_build + CGO_LDFLAGS=-L/home/plord/src/tensorflow/tflite_build + export LD_LIBRARY_PATH=:/home/plord/src/tensorflow/tflite_build + LD_LIBRARY_PATH=:/home/plord/src/tensorflow/tflite_build + export...