pico.js - 200줄 JS로 만든 얼굴 감지 라이브러리를 소개합니다.
홈페이지에는 아래와 같이 소개하고 있군요..
Introduction
We introduce pico.js, a face-detection library written in JavaScript, and show how it works. Although similar projects already exist, our goal is to provide a smaller and computationally more efficient alternative.
Before diving into details, you are encouraged to try a real-time demo that detects faces in a video stream provided by a webcam attached to your computer (works on mobile devices as well). Note that all the processing is done on the client side, i.e., without sending images to a server. So you do not have to worry about privacy issues when running this code.
In the following text we explain the theoretical background and show how pico.js works.
한마디로, pico.js 는 200줄 JS로 만든 얼굴 감지 라이브러리라고 머릿속에 넣어두시면 될것 같고요..
pico.js 특징은 아래와 같고요..
- 크기가 작고 효율적인 대체제를 만드는 것을 목표
- 거의 실시간(200+ FPS)으로 감지 가능
- Region-based classification을 하는 Viola-Jones 방법을 기반으로 하여 수정
- 눈동자 위치를 찾는 lploc.js 도 같이 포함
좀더 자세한 내용은 아래와 홈페이지를 참고하시면 좋을것 같네요..
오늘의 블로그는 여기까지고요..
항상믿고 봐주셔서 감사합니다.
'좋아하는 것_매직IT > 96.IT 핫이슈' 카테고리의 다른 글
전기차 도입이 예상보다 빠르게 진행중이라는 소식을 소개합니다 (recurrentauto.com) (0) | 2022.09.06 |
---|---|
왜 A4일까? - 종이 크기의 수학적 아름다움을 소개합니다 (scilogs.spektrum.de) (0) | 2022.09.06 |
Upscayl - 오픈소스 AI 이미지 업스케일러 (github.com/upscayl) (0) | 2022.09.05 |
AHK_X11 - AutoHotkey for Linux 를 소개합니다 (github.com/phil294) (0) | 2022.09.04 |
Same Energy : 비쥬얼 이미지 검색 엔진을 소개합니다. (same.energy) (0) | 2022.09.03 |