pull/13/head
Vladimir Mandic 2020-08-26 12:43:33 -04:00
parent 5b4e829968
commit b6e0e314f6
1 changed files with 1 additions and 4 deletions

View File

@ -20,14 +20,11 @@ If original repository is updated, this one will become obsolete.
- Updated Typescript build process to target ES2018 instead of dual ES5/ES6
- Changed browser bundle process to use ESBuild instead of Rollup
- Updated dependencies to @tensorflow/tfjs since backends were removed from @tensorflow/tfjs-core
- Updated mobileNetv1 model due to batchNorm() dependency
- Removed following models as they are either obsolete or non-functional with tfjs 2.0+
- mtcnn: Mostly obsolete
- tinyYolov2: Non-functional since weights are missing
- Updated newer version for mobileNetv1 model from <https://github.com/yeephycho/tensorflow-face-detection>
Note that updated model was in TF Frozen format and needed to be converted to TFJS Graph format
Which means valid models are **tinyFaceDetector** and **mobileNetv1**
Due to reduced code and changed build process, resulting bundle is about **2x smaller** than the original!