meeki007 / node-red-contrib-facial-recognition

Provides a node-red node for Facial Detection & Facial Recognition
Apache License 2.0
8 stars 3 forks source link

@tensorflow/tfjs-node error #25

Open harish-jachak opened 1 year ago

harish-jachak commented 1 year ago

Hi,

I'm getting following 3 errors on face-recognition node.

Error: ERR_DLOPEN_FAILED - Unable to use @vladmandic/face-api/dist/face-api.node.js; CPU binding. Check your loggs when installing. See this node's documentation and Make sure that module @tensorflow/tfjs-node is properly working & installed under your Node-RED user directory, typically ~/.node-red

Error: ERR_DLOPEN_FAILED - Unable to use @tensorflow/tfjs-node; CPU binding. Check your loggs when installing. See this node's documentation and Make sure that module @tensorflow/tfjs-node is properly working & installed under your Node-RED user directory, typically ~/.node-red

TypeError: Cannot read properties of undefined (reading 'tf')

What am I missing?