Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@good-i-deer/node-red-contrib-face-vectorization
Advanced tools
Face Image Vectorization Node for Node-RED
This module provides a node that vectorizes facial photos using AI in Node-RED.
These nodes require node.js version 18.16.1 and Node-RED version 3.1.0.
This node is part of the Facial Recognition with AI package.
If you would like to see the entire package, please go to the link.
@good-i-deer/node-red-contrib-vision-ai
The AI used in this node uses the Inception ResNet v1 architecture, an implementation of the FaceNet model in Pytorch, and is trained on the VGGFace2 dataset.
It converts the pre-trained model into onnx format and operates through the onnx-runtime module. Files are provided directly to reduce dependency on external APIs.
The input image buffer is converted into 512 vector values and provided.
The Node-Red-Contrib-Face-Vectorization requires Node-RED to be installed.
cd ~/.node-red
npm install @good-i-deer/node-red-contrib-face-vectorization
Restart your Node-RED instance
Single Image
Image Array
Name
Input Type
Return Type
Path
Method
Array of Arrays
Text File
Here are some example flows face vectorization.
[
{
"id": "e64532d90f9d901d",
"type": "tab",
"label": "Example",
"disabled": false,
"info": "",
"env": []
},
{
"id": "41638e97512ab913",
"type": "good-face-vectorization",
"z": "e64532d90f9d901d",
"name": "",
"inputType": "0",
"returnType": "0",
"method": "0",
"path": "",
"x": 450,
"y": 40,
"wires": [
[
"754b7ba59d20b8b7"
]
]
},
{
"id": "361b506c1fd58e5e",
"type": "file in",
"z": "e64532d90f9d901d",
"name": "image input",
"filename": "",
"filenameType": "str",
"format": "",
"chunk": false,
"sendError": false,
"encoding": "none",
"allProps": false,
"x": 250,
"y": 40,
"wires": [
[
"41638e97512ab913"
]
]
},
{
"id": "754b7ba59d20b8b7",
"type": "debug",
"z": "e64532d90f9d901d",
"name": "debug 1",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"statusVal": "",
"statusType": "auto",
"x": 640,
"y": 40,
"wires": []
},
{
"id": "559e69aa7caf19ed",
"type": "inject",
"z": "e64532d90f9d901d",
"name": "start",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 90,
"y": 40,
"wires": [
[
"361b506c1fd58e5e"
]
]
}
]
Use GitHub Issues to ask questions or to discuss new features.
GOOD-I-DEER in SSAFY(Samsung Software Academy for Youth) 9th
Copyright Samsung Automation Studio Team under the Apache 2.0 license
FAQs
Face Image Vectorization Node for Node-RED
The npm package @good-i-deer/node-red-contrib-face-vectorization receives a total of 5 weekly downloads. As such, @good-i-deer/node-red-contrib-face-vectorization popularity was classified as not popular.
We found that @good-i-deer/node-red-contrib-face-vectorization demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.