Tensorflow coco SSD

Hi

I've updated today node-red as well as the node "node-red-contrib-tfjs-coco-ssd" (to the latest version 1.0.2). After deploying the flow I get this error:

nodered

Anyone an idea what this means? The system is running on a Raspberry PI 3.

Thank you. Best regards

Did you update node js?

If yes, then either npm rebuild or try uninstall/reinstall that node.

Hi, I used this command from this website: Running on Raspberry Pi : Node-RED

bash <(curl -sL https://raw.githubusercontent.com/node-red/linux-installers/master/deb/update-nodejs-and-nodered)

So normally it should update also node js or am I wrong?

I've already tried to uninstall/reinstall the node, without success.
What you mean by "npm rebuild"?

Make sure you also uninstall the @tensorflow/tfjs libraries. You may need to do this manually from the node_modules directory after uninstalling the node.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.