jiti-meet/react/features/face-landmarks/resources
Avram Tudor 42703fed47
ref(face-landmarks) refactor namings (#11307)
* ref(face-landmarks) refactor namings

* code review
2022-04-06 12:10:31 +03:00
..
README.md ref(face-landmarks) refactor namings (#11307) 2022-04-06 12:10:31 +03:00
face_expression_model-weights_manifest.json ref(face-landmarks) refactor namings (#11307) 2022-04-06 12:10:31 +03:00
face_expression_model.bin ref(face-landmarks) refactor namings (#11307) 2022-04-06 12:10:31 +03:00
tiny_face_detector_model-weights_manifest.json ref(face-landmarks) refactor namings (#11307) 2022-04-06 12:10:31 +03:00
tiny_face_detector_model.bin ref(face-landmarks) refactor namings (#11307) 2022-04-06 12:10:31 +03:00

README.md

Face Landmarks Detection and Face Expression Models and Weights

Tiny Face Detector

It is a realtime face detector.

Face Expression Recognition Model

It is a models that recognizes face expressions.

Usage

Both models are loaded using face-api which is as AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS.

Depending on the browser and hardware acceleration available the tensorflow.js will use a webgl backend of a cpu backend.

LICENSE

The models were both downloaded from the face-api repository, https://github.com/vladmandic/face-api , and they can be found in this folder https://github.com/vladmandic/face-api/tree/master/model.

The repository has a MIT License. More information can be found here https://github.com/vladmandic/face-api/blob/master/LICENSE.