Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit b0d195d

Browse files
committed
update for tfjs 3.6.0
1 parent f0aefed commit b0d195d

12 files changed

+2915
-1589
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @vladmandic/face-api
22

3-
Version: **1.2.1**
3+
Version: **1.2.2**
44
Description: **FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS**
55

66
Author: **Vladimir Mandic <[email protected]>**
@@ -9,8 +9,12 @@ Repository: **<git+https://github.com/vladmandic/face-api.git>**
99

1010
## Changelog
1111

12-
### **HEAD -> master** 2021/04/25 [email protected]
12+
### **1.2.2** 2021/04/30 [email protected]
1313

14+
15+
### **origin/master** 2021/04/26 [email protected]
16+
17+
- accept uri as input to demo node and node-canvas
1418
- major version full rebuild
1519

1620
### **1.2.1** 2021/04/22 [email protected]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ Build process uses script `build.js` that creates optimized build for each targe
406406
This is updated **face-api.js** with latest available TensorFlow/JS as the original is not compatible with **tfjs 2.0+**.
407407
Forked from [face-api.js](https://github.com/justadudewhohacks/face-api.js) version **0.22.2** which was released on March 22nd, 2020
408408
409-
Currently based on **`TensorFlow/JS` 3.5.0**
409+
Currently based on **`TensorFlow/JS` 3.6.0**
410410
411411
*Why?* I needed FaceAPI that does not cause version conflict with newer versions of TensorFlow
412412
And since original FaceAPI was open-source, I've released this version as well

dist/face-api.esm-nobundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/face-api.esm.js

Lines changed: 544 additions & 108 deletions
Large diffs are not rendered by default.

dist/face-api.esm.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/face-api.js

Lines changed: 544 additions & 108 deletions
Large diffs are not rendered by default.

dist/face-api.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/face-api.node-cpu.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/face-api.node-gpu.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/face-api.node.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)