Simple Node-RED nodes for interacting with the Deepstack API.
Sends an image to the Deepstack Face Recognition API and outputs the predictions.
The input message should contain the image to process.
msg.payload: Image buffer to process.
The first output always contain all predictions made by the Face Recognition API. If filters are configured, the corresponding outputs 2..* will contain predictions matching that particular filter. If there is no match, there will be no message on that output.
msg.payload: Deepstack Face Recognition predictions.
msg.success: Deepstack call status.
msg.originalImage: The image buffer processed.
msg.outlinedImage: Image buffer with rectangular outline around the faces. Only if config option drawPredictions is true.
Sends an image to the Deepstack Object Detection API and outputs the predictions.
The input message should contain the image to process.
msg.payload: Image buffer to process.
The first output always contain all predictions made by the Object Detection API. If filters are configured, the corresponding outputs 2..* will contain predictions matching that particular filter. If there is no match, there will be no message on that output.
msg.payload: Deepstack Object Detection predictions.
msg.success: Deepstack call status.
msg.originalImage: The image buffer processed.
msg.outlinedImage: Image buffer with rectangular outline around detected objects. Only if config option drawPredictions is true.
Credits should go to Deepstack for providing such an awesome service!
Find it useful? Please consider buying me or other contributors a coffee.