Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@good-i-deer/node-red-contrib-face-detection
Advanced tools
This module provides a node that detects faces using AI in Node-RED.
These nodes require node.js version 18.16.1 and Node-RED version 3.1.0.
This module provides a node that detects faces in the picture. you can use it with other services. You can also cut the face images you want from the origin image and download them. If you want, you can easily create a service by uploading images directly, using a webcam, or inputting photos from an IoT camera.
The Node-Red-Contrib-Face-Detection requires Node-RED to be installed.
To use this module you need to go to the folder where node-red is installed and use the npm install command.
cd ~/.node-red/
npm install @good-i-deer/node-red-contrib-face-detection
This is a node that detects and outputs faces in image.
Image Buffer
Name
Return Value
Absolute Path Dir
Confidence Threshold
Data is output in the output format selected in the 'Return Value' property.
This is a simple example of this node.
[
{
"id": "bf67e15413744e7a",
"type": "debug",
"z": "83078a0b9760cbee",
"name": "Result",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 910,
"y": 340,
"wires": []
},
{
"id": "8619fc0fa7da3fe8",
"type": "good-face-detection",
"z": "83078a0b9760cbee",
"name": "",
"returnValue": "2",
"threshold": 0.5,
"absolutePathDir": "C:\\Users\\SSAFY\\Desktop\\test",
"x": 720,
"y": 340,
"wires": [
[
"bf67e15413744e7a"
]
]
},
{
"id": "0f11aafbbf09699e",
"type": "file in",
"z": "83078a0b9760cbee",
"name": "Image Path",
"filename": "C:\\Users\\SSAFY\\Desktop\\ssdc\\object\\플로우만들기\\test.png",
"filenameType": "str",
"format": "",
"chunk": false,
"sendError": false,
"encoding": "none",
"allProps": false,
"x": 510,
"y": 340,
"wires": [
[
"8619fc0fa7da3fe8"
]
]
},
{
"id": "b9dc304adfa64f1c",
"type": "inject",
"z": "83078a0b9760cbee",
"name": "Inject",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": "3",
"topic": "",
"payload": "",
"payloadType": "date",
"x": 350,
"y": 340,
"wires": [
[
"0f11aafbbf09699e"
]
]
}
]
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 GNU General Public License v3.0 license.
FAQs
Face Detection Node for Node-RED
The npm package @good-i-deer/node-red-contrib-face-detection receives a total of 5 weekly downloads. As such, @good-i-deer/node-red-contrib-face-detection popularity was classified as not popular.
We found that @good-i-deer/node-red-contrib-face-detection 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.