https://github.com/trevorhobenshield/retinafacejs
Client-side RetinaFace inference in vanilla JavaScript
https://github.com/trevorhobenshield/retinafacejs
onnx onnxruntime onnxruntime-web retinaface
Last synced: 10 months ago
JSON representation
Client-side RetinaFace inference in vanilla JavaScript
- Host: GitHub
- URL: https://github.com/trevorhobenshield/retinafacejs
- Owner: trevorhobenshield
- Created: 2023-09-05T20:28:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T21:54:24.000Z (over 2 years ago)
- Last Synced: 2025-07-12T15:43:01.071Z (11 months ago)
- Topics: onnx, onnxruntime, onnxruntime-web, retinaface
- Language: JavaScript
- Homepage:
- Size: 15.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetinaFaceJS
Client-side RetinaFace inference in vanilla JavaScript
### Run in Browser
https://trevorhobenshield.github.io/RetinaFaceJS
### Expected Output
```js
score = 0.8545975089073181
bbox = [
784.1500574707985,
340.05089313983916,
1251.61122931242,
1101.391042613983
]
kps = [
[
946.5707664012908,
622.0731607049703
],
[
1156.4569529414177,
621.0552004873753
],
[
1076.9043676435947,
796.0947577297687
],
[
933.2040783345699,
871.1082710981368
],
[
1152.535089123249,
868.6652949213981
]
]
```
### Graph