5FNSaaS / detection-hyeona

Hand Node ๐Ÿ–๐Ÿป detection part : used tensorflow mediapipe hands model in real-time webcam in node red

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hands Detection Node


์‚ผ์„ฑSW์ฒญ๋…„์•„์นด๋ฐ๋ฏธ 5๊ธฐ์˜ 5FNSaaSํŒ€์—์„œ Node-red์— "๋™์ž‘์ธ์‹"์ด๋ผ๋Š” ์ƒˆ๋กœ์šด Node๋ฅผ ์ œ์‹œํ•˜๊ณ ์ž ํ•ฉ๋‹ˆ๋‹ค. ๋‹ค์–‘ํ•œ ๊ธฐ๊ธฐ์˜ ์ œ์–ด๋Š” ์ผ๋ฐ˜์ ์œผ๋กœ ํ„ฐ์น˜์™€ ์Œ์„ฑ์œผ๋กœ ํ•˜๋Š” ๊ฒฝ์šฐ๊ฐ€ ๋งŽ์Šต๋‹ˆ๋‹ค. ํ•˜์ง€๋งŒ ์ด๋Ÿฌํ•œ ๋ฐฉ๋ฒ•์ด ์ œํ•œ๋˜๊ฑฐ๋‚˜ ์ž์œ ๋กญ๊ฒŒ ์‚ฌ์šฉํ•˜์ง€ ๋ชปํ•˜๋Š” ์‚ฌ์šฉ์ž๋“ค์ด ์กด์žฌํ•˜๋ฉฐ, ์ด๋Ÿฌํ•œ ๋ฌธ์ œ์ ์„ ํ•ด๊ฒฐํ•˜๊ธฐ ์œ„ํ•ด "๋™์ž‘์ธ์‹"์ด๋ผ๋Š” ์ถ”๊ฐ€์ ์ธ ์ œ์–ด๋ฐฉ๋ฒ•์„ ์ œ์•ˆํ•˜๊ฒŒ ๋˜์—ˆ์Šต๋‹ˆ๋‹ค. ๋” ๋‚˜์•„๊ฐ€, 5FNSaaS์˜ Node๋ฅผ ํ™œ์šฉํ•˜๋ฉด ์‹ ์ฒด์˜ ์ •๋ณด๋ฅผ ํ™œ์šฉํ•˜๋Š” ์„œ๋น„์Šค์˜ Flow๋ฅผ ๊ฐœ๋ฐœํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. ๊ฐœ๋ฐœ์ž๊ฐ€ ์ด์šฉํ•˜๋Š” Node-red์˜ ํŠน์„ฑํ•œ ์ปค์Šคํ„ฐ๋งˆ์ด์ง•์— ์œ ์šฉํ•˜๋„๋ก ์ฝ”๋“œ๋ฅผ ์ž‘์„ฑํ•˜์˜€์Šต๋‹ˆ๋‹ค.

Local Install

  1. Node-Red ์„ค์น˜
npm install node-red -g
  1. Hands Detection Repository Clone
git clone https://github.com/5FNSaaS/detection-hyeona.git
  1. Node-Red์— Hands Detection Node ์„ค์น˜
npm install <clone_๋ฐ›์€_๊ฒฝ๋กœ>\detection-hyeona
  1. ๋ช…๋ นํ”„๋กฌํ”„ํŠธ์—์„œ ์‹คํ–‰ํ•˜๊ธฐ
node-red
  1. Node-red http://127.0.0.1:1880/ ์ ‘์†ํ•ด์„œ Hands Detection ํ™•์ธํ•˜๊ธฐ

Reference

About

Hand Node ๐Ÿ–๐Ÿป detection part : used tensorflow mediapipe hands model in real-time webcam in node red


Languages

Language:JavaScript 55.1%Language:HTML 44.9%