Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
update for tfjs 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladmandic committed Apr 30, 2021
1 parent f0aefed commit b0d195d
Show file tree
Hide file tree
Showing 12 changed files with 2,915 additions and 1,589 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vladmandic/face-api

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

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

## Changelog

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


### **origin/master** 2021/04/26 [email protected]

- accept uri as input to demo node and node-canvas
- major version full rebuild

### **1.2.1** 2021/04/22 [email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ Build process uses script `build.js` that creates optimized build for each targe
This is updated **face-api.js** with latest available TensorFlow/JS as the original is not compatible with **tfjs 2.0+**.
Forked from [face-api.js](https://github.com/justadudewhohacks/face-api.js) version **0.22.2** which was released on March 22nd, 2020
Currently based on **`TensorFlow/JS` 3.5.0**
Currently based on **`TensorFlow/JS` 3.6.0**
*Why?* I needed FaceAPI that does not cause version conflict with newer versions of TensorFlow
And since original FaceAPI was open-source, I've released this version as well
Expand Down
2 changes: 1 addition & 1 deletion dist/face-api.esm-nobundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

652 changes: 544 additions & 108 deletions dist/face-api.esm.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/face-api.esm.js.map

Large diffs are not rendered by default.

652 changes: 544 additions & 108 deletions dist/face-api.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/face-api.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/face-api.node-cpu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/face-api.node-gpu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/face-api.node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,164 changes: 1,807 additions & 1,357 deletions dist/tfjs.esm.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/tfjs.esm.js.map

Large diffs are not rendered by default.

0 comments on commit b0d195d

Please sign in to comment.