@dceejay I just installed this on a Pi Zero W and when I first deployed it crashes NR with
10 Mar 17:37:12 - [info] Stopped modified flows
10 Mar 17:37:12 - [info] Starting modified flows
Illegal instruction
after that I can only start Node-RED with the --safe option or it crashes during startup.
I was so hoping it would run on the zero.
Want a issue or PR updating the documentation to let people know about this?
Here is the install log:
pi@greenhousepi:~/.node-red $ npm install node-red-contrib-tfjs-coco-ssd
> @tensorflow/tfjs-node@1.4.0 install /home/pi/.node-red/node_modules/@tensorflow/tfjs-node
> node scripts/install.js
CPU-linux-1.4.0.tar.gz
* Downloading libtensorflow
[==============================] 442036/bps 100% 0.0s
* Building TensorFlow Node.js bindings
npm WARN node-red-project@0.0.1 No repository field.
npm WARN node-red-project@0.0.1 No license field.
+ node-red-contrib-tfjs-coco-ssd@0.1.3
added 59 packages from 93 contributors and audited 858 packages in 382.157s
1 package is looking for funding
run `npm fund` for details
found 2 high severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
pi@greenhousepi: