-
Getting the following error on my M1 Mac with the OAK-D S2 camera:
```
(venv) ~/Luxonis/depthai_blazepose ⎇ (main)
✗ ➜ python3 demo.py -e
Pose detection blob file : /Users/liuyue/Luxonis/deptha…
-
-
#10
-
#10
-
The `ml5.neuralNetwork()` examples require either:
```js
ml5.setBackend("webgl");
```
```js
ml5.setBackend("cpu");
```
Without one of the above, the examples break with an error related t…
-
I am planning to use this awesome module in my scientific studies. I would like to know how to cite it using an appropriate way? is Just giving github link enough?
-
#10
-
Here is the input files of NeuralNetworks, which is used for number recognization.
Extract them under the "debug" folder will make it work.
[debug.zip](https://github.com/xianyuxiaoqiang/NeuralNetwo…
-
Sometimes, when running the tests, testNeuralNetwork crashes with Signal 6 and dumps a core (can send it to you, since github doesnt support attachments ...). Here's the backtrace: https://gist.github…
-
I tried to produce a model to run for inference from my Android application using the executorch runtime enviroment. Execution failed producing the traceback log reported below.
Here is the code I …