update for tfjs 3.0.0

pull/39/head 2.0
Vladimir Mandic 2021-01-29 10:39:08 -05:00
parent 6e90de157e
commit 13d7c4506b
13 changed files with 1461 additions and 1936 deletions

View File

@ -6,7 +6,7 @@ This is updated **face-api.js** with latest available TensorFlow/JS as the origi
Forked from [face-api.js](https://github.com/justadudewhohacks/face-api.js) version **0.22.2** released on March 22nd, 2020
Currently based on **`TensorFlow/JS` 2.8.3**
Currently based on **`TensorFlow/JS` 3.0.0**
### Why?

File diff suppressed because one or more lines are too long

480
dist/face-api.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{
"inputs": {
"dist/tfjs.esm.js": {
"bytes": 1064933,
"bytes": 1053912,
"imports": []
},
"src/draw/drawContour.ts": {
@ -2590,7 +2590,7 @@
"dist/face-api.esm.js.map": {
"imports": [],
"inputs": {},
"bytes": 1456195
"bytes": 1445495
},
"dist/face-api.esm.js": {
"imports": [],
@ -2721,7 +2721,7 @@
"bytesInOutput": 173
},
"dist/tfjs.esm.js": {
"bytesInOutput": 1056404
"bytesInOutput": 1045339
},
"src/draw/index.ts": {
"bytesInOutput": 280
@ -2730,7 +2730,7 @@
"bytesInOutput": 213
},
"src/utils/index.ts": {
"bytesInOutput": 996
"bytesInOutput": 997
},
"src/classes/Dimensions.ts": {
"bytesInOutput": 337
@ -2859,7 +2859,7 @@
"bytesInOutput": 383
},
"src/dom/NetInput.ts": {
"bytesInOutput": 2172
"bytesInOutput": 2173
},
"src/dom/toNetInput.ts": {
"bytesInOutput": 776
@ -2892,7 +2892,7 @@
"bytesInOutput": 102
},
"src/NeuralNetwork.ts": {
"bytesInOutput": 2606
"bytesInOutput": 2607
},
"src/common/depthwiseSeparableConv.ts": {
"bytesInOutput": 117
@ -3138,7 +3138,7 @@
"bytesInOutput": 127
},
"src/globalApi/extractFacesAndComputeResults.ts": {
"bytesInOutput": 270
"bytesInOutput": 272
},
"src/tinyFaceDetector/const.ts": {
"bytesInOutput": 173
@ -3159,7 +3159,7 @@
"bytesInOutput": 754
},
"src/globalApi/DetectFaceLandmarksTasks.ts": {
"bytesInOutput": 1089
"bytesInOutput": 1093
},
"src/globalApi/DetectFacesTasks.ts": {
"bytesInOutput": 1348
@ -3186,7 +3186,7 @@
"bytesInOutput": 446
}
},
"bytes": 1143809
"bytes": 1132753
}
}
}

466
dist/face-api.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

18
dist/face-api.json vendored
View File

@ -1,7 +1,7 @@
{
"inputs": {
"dist/tfjs.esm.js": {
"bytes": 1064933,
"bytes": 1053912,
"imports": []
},
"src/draw/drawContour.ts": {
@ -2590,7 +2590,7 @@
"dist/face-api.js.map": {
"imports": [],
"inputs": {},
"bytes": 1456202
"bytes": 1445502
},
"dist/face-api.js": {
"imports": [],
@ -2603,7 +2603,7 @@
"bytesInOutput": 3011
},
"dist/tfjs.esm.js": {
"bytesInOutput": 1056466
"bytesInOutput": 1045401
},
"src/draw/index.ts": {
"bytesInOutput": 280
@ -2612,7 +2612,7 @@
"bytesInOutput": 213
},
"src/utils/index.ts": {
"bytesInOutput": 996
"bytesInOutput": 997
},
"src/classes/Dimensions.ts": {
"bytesInOutput": 337
@ -2741,7 +2741,7 @@
"bytesInOutput": 383
},
"src/dom/NetInput.ts": {
"bytesInOutput": 2172
"bytesInOutput": 2173
},
"src/dom/toNetInput.ts": {
"bytesInOutput": 776
@ -2774,7 +2774,7 @@
"bytesInOutput": 101
},
"src/NeuralNetwork.ts": {
"bytesInOutput": 2606
"bytesInOutput": 2607
},
"src/common/depthwiseSeparableConv.ts": {
"bytesInOutput": 117
@ -3017,7 +3017,7 @@
"bytesInOutput": 127
},
"src/globalApi/extractFacesAndComputeResults.ts": {
"bytesInOutput": 270
"bytesInOutput": 272
},
"src/tinyFaceDetector/const.ts": {
"bytesInOutput": 173
@ -3038,7 +3038,7 @@
"bytesInOutput": 754
},
"src/globalApi/DetectFaceLandmarksTasks.ts": {
"bytesInOutput": 1089
"bytesInOutput": 1093
},
"src/globalApi/DetectFacesTasks.ts": {
"bytesInOutput": 1348
@ -3065,7 +3065,7 @@
"bytesInOutput": 446
}
},
"bytes": 1143972
"bytes": 1132916
}
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

648
dist/tfjs.esm.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1741
dist/tfjs.esm.json vendored

File diff suppressed because it is too large Load Diff